如何在LINQ中执行SQL Log()函数?
我有一个使用 LOG() 函数的 SQL 视图。我试图用 LINQ 查询替换此视图,但找不到任何参考:此函数。我非常感谢一个示例或为我指出一个有帮助的好的 LINQ 参考站点。
提前致谢。
I have a SQL view that uses the LOG() function. I'm trying to replace this view with a LINQ query, but can't find any reference re: this function. I'd greatly appreciate an example or pointing me to a good LINQ reference site that would help.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就学习 Linq 而言,我强烈推荐 LinqPad 工具,它有免费版本和许多嵌入式示例和练习。
As far as learning Linq, I highly recommend the LinqPad tool, which has a free version and many embedded samples and exercises.