update

2881099
2023-11-14 19:25:20 +08:00
parent dd800f0e8a
commit 8250b4bbb7
2 changed files with 4 additions and 0 deletions

@@ -38,6 +38,8 @@ List<Topic> t4 = fsql.Select<Topic>().LeftJoin(a => a.Type.Id == a.TypeId).ToLis
> At this time, the common field of `Topic` and the `Type` field of navigation property will be queried
more[Greed Loading](Greed-Loading)
## Return the Specify Field
```csharp

@@ -28,6 +28,8 @@ List<Topic> t4 = fsql.Select<Topic>().LeftJoin(a => a.Type.Id == a.TypeId).ToLis
//此时会查询 Topic普通字段 + 导航对象Type 字段
```
更多导航属性的数据返回:[贪婪加载](%e8%b4%aa%e5%a9%aa%e5%8a%a0%e8%bd%bd)
## 5、指定字段返回
```csharp
//返回一个字段