mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-13 11:50:56 +08:00
update
4
实体关系.md
4
实体关系.md
@@ -8,6 +8,8 @@
|
||||
- 无关联的,查询时可以指明 On 条件,LeftJoin(a => a.Parent.Id == a.ParentId);
|
||||
- 已关联的,直接使用导航对象就行,On 条件会自动附上;
|
||||
|
||||
[《导航属性【到底】可以解决什么问题?》](https://www.cnblogs.com/kellynic/p/13575053.html)
|
||||
|
||||
# 自定义导航关系
|
||||
|
||||
```csharp
|
||||
@@ -57,8 +59,6 @@ var tbref = g.sqlite.CodeFirst
|
||||
|
||||
GetTableRef(string propertyName, bool isThrow);
|
||||
|
||||
[导航属性【到底】可以解决什么问题?](https://www.cnblogs.com/kellynic/p/13575053.html)
|
||||
|
||||
|
||||
# 约定命名(无须指明 Navigate)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user