mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-26 18:21:00 +08:00
update
@@ -73,7 +73,7 @@ List<ANONYMOUS_TYPE> t10 = fsql.Select<Topic>().ToList(a => new {
|
||||
});
|
||||
|
||||
//Return the records of the subquery v3.2.650+
|
||||
List<匿名类> t10 = fsql.Select<Topic>().ToList(a => new {
|
||||
List<匿名类> t11 = fsql.Select<Topic>().ToList(a => new {
|
||||
a.Id,
|
||||
list1 = fsql.Select<T2>().ToList(),
|
||||
list2 = fsql.Select<T2>().Where(b => b.TopicId == a.Id).ToList()
|
||||
|
||||
2
返回数据.md
2
返回数据.md
@@ -62,7 +62,7 @@ List<匿名类> t10 = fsql.Select<Topic>().ToList(a => new {
|
||||
});
|
||||
|
||||
//返回子查询集合 v3.2.650+
|
||||
List<匿名类> t10 = fsql.Select<Topic>().ToList(a => new {
|
||||
List<匿名类> t11 = fsql.Select<Topic>().ToList(a => new {
|
||||
a.Id,
|
||||
list1 = fsql.Select<T2>().ToList(),
|
||||
list2 = fsql.Select<T2>().Where(b => b.TopicId == a.Id).ToList()
|
||||
|
||||
Reference in New Issue
Block a user