diff --git a/Return-Data.md b/Return-Data.md index 302f4e7..70294c1 100644 --- a/Return-Data.md +++ b/Return-Data.md @@ -38,6 +38,8 @@ List t4 = fsql.Select().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 diff --git a/返回数据.md b/返回数据.md index 2b2d8de..5369b39 100644 --- a/返回数据.md +++ b/返回数据.md @@ -28,6 +28,8 @@ List t4 = fsql.Select().LeftJoin(a => a.Type.Id == a.TypeId).ToLis //此时会查询 Topic普通字段 + 导航对象Type 字段 ``` +更多导航属性的数据返回:[贪婪加载](%e8%b4%aa%e5%a9%aa%e5%8a%a0%e8%bd%bd) + ## 5、指定字段返回 ```csharp //返回一个字段