mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
mysql/sqlserver CodeFirst 完成测试
This commit is contained in:
@ -33,7 +33,7 @@ namespace FreeSql.Tests {
|
||||
var sql4 = select.From<TestTypeInfo, TestTypeParentInfo>((s, b, c) => s
|
||||
.InnerJoin(a => a.TypeGuid == b.Guid)
|
||||
.LeftJoin(a => c.Id == b.ParentId)
|
||||
.Where(a => b.Name == "xxx"));
|
||||
.Where(a => b.Name == "xxx")).ToSql();
|
||||
//.Where(a => a.Id == 1).ToSql();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user