Linq多表关联后where条件丢失 #1460
Unanswered
HankDong123
asked this question in
Q&A
Replies: 1 comment
-
linq to sql 解析存在这个 bug,由于该习惯的用户使用较少,之后找时间修复。 建议适应 lambda 链式语法。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用的freesql版本:

使用Freesql进行linq的join关联之后,join的表where条件丢失,代码如下:
最后输出的sql语句:
丢失了 YxtUserRoleRela 表的过滤条件。请问是否是我的写法问题,怎么改正?
Beta Was this translation helpful? Give feedback.
All reactions