update

28810
2020-08-28 04:01:04 +08:00
parent afb56af9ef
commit 225724e37b

@@ -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