BLToolkit 中的表值函数
是否可以通过 BLToolkit 库来使用 SQL Server 表值函数?
我想在 Linq 查询中使用它,但我在库 wiki 上找不到任何与此相关的内容。
Is it possible to use SQL Server table-value functions by using the BLToolkit library?
I would like to use it within the Linq query, but I couldn't find anything regarding this on the library wiki.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在数据上下文类中定义函数,如下所示:
用法:
SQL:
您也可以在数据上下文之外定义它:
SQL:
Define your function in your data context class as the following:
Usage:
SQL:
Also you can define it outside of the data context:
SQL: