动态 Linq:没有外键的引用关系
我正在使用以下描述的动态 Linq 功能:
只要我只引用正确设置外键的对象,它就可以正常工作。
有什么方法可以引用未设置外键的表吗?
即类似:
.Where("it.DeleteFlag == false && context.Tags(KeyId == it.Id)")
I'm using the Dynamic Linq features described in:
which works fine as long as I'm only refering objects where foreign keys are setup properly.
Is there any way to referense a Table where foreign keys aren't setup?
i.e. something like:
.Where("it.DeleteFlag == false && context.Tags(KeyId == it.Id)")
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论