-
Notifications
You must be signed in to change notification settings - Fork 872
多表查询中的第二点的导航属性的例子是不是有问题, #1992
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Comments
什么版本 |
|
aop事件打印sql监视 |
查询语句
aop 打印的SQL
|
你给的例子并没有使用过导航属性 |
需要怎么修改呢,在字段上加上 [Navigate(nameof(GroupId))] 不是导航属性吗,还是说我的查询语句写的有问题。 |
.Where(a => a.Category.Parent.Id > 0) 这个和你上面发的代码,没有相似的地方啊,你的问题是? |
查询语句写错了,已经更新。 |
No Sign up for free
to join this conversation on GitHub.
Already have an account?
No Sign in to comment
多表查询,导航属性
这篇文章中说
但是我的查询类似
却没有导航的表的结果。
The text was updated successfully, but these errors were encountered: