SubSonic 2.x StoredProcedure 参数数据类型?

发布于 2024-09-04 00:06:59 字数 296 浏览 6 评论 0原文

据我所知,SubSonic 2.x 存储过程参数数据类型只能是 System.Data.DbType 类型。

有没有一种快速的方法来添加 System.Data.SqlDbType,以便我们可以使用 System.Data.SqlDbType.Structured 来传递表 - 最终传递给 TVP?

在此特定项目中,所有数据调用程序函数都通过 StoredProcedures.cs 访问。如果我们切换到3.x,它是否支持SqlDbType.Structured,如果支持,是否可以无缝集成保留当前的StoredProcedures.cs方法?

From what I can see, SubSonic 2.x stored procedure parameter data types can only be of type System.Data.DbType.

Is there a quick way to add System.Data.SqlDbType so we can use System.Data.SqlDbType.Structured to pass tables - ultimately to TVP's?

In this particular project, all data caller functions are accessed through StoredProcedures.cs. If we switched to 3.x, does it support SqlDbType.Structured, and if so, is it a seamless integration to retain the current StoredProcedures.cs methods?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是偏爱你 2024-09-11 00:06:59

您应该查看此处。一些具有相同用户名和相同头像图像的人刚刚实现了这一点;)

You should take a look here. Some guy with the same username and an identical avatar image just implemented that ;)

行雁书 2024-09-11 00:06:59

因此,我为此创建了自己的解决方案 - SubSonic 2.x 现在支持 TVP - SQL Server 2008 的 SqlDbType.Structure / DataTables

我对 TVP 缺乏响应以及 TVP 在在线社区中的吸引力似乎很低感到有些惊讶。

So, I created my own solution for this - SubSonic 2.x now supports TVP's - SqlDbType.Structure / DataTables for SQL Server 2008

I'm somewhat surprised at the lack of response to TVP's, and seemingly low traction TVP's have in online communities.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文