mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update mongodb
This commit is contained in:
@@ -58,11 +58,11 @@ namespace MongoDbTest
|
||||
]");
|
||||
|
||||
//var list = db.Queryable<Student>()
|
||||
// .LeftJoin<School>((x, y) => x.SchoolId == y.Id)
|
||||
// .Select((x,y) => new
|
||||
// .LeftJoin<School>((x, y) => x.SchoolId == y.Id)
|
||||
// .Select((x, y) => new
|
||||
// {
|
||||
// StudentName= x.Name,
|
||||
// SchoolName= y.Name
|
||||
// StudentName = x.Name,
|
||||
// SchoolName = y.Name
|
||||
// }).ToList();
|
||||
}
|
||||
[SqlSugar.SugarTable("UnitStudent123131")]
|
||||
|
Reference in New Issue
Block a user