mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
添加新的多表查询语法,简化 定义 一堆 abcd
This commit is contained in:
@ -380,7 +380,7 @@ WHERE ROWNUM < 11";
|
||||
|
||||
|
||||
var xxxhzytuple = g.sqlserver.Select<Templates, TaskBuild>()
|
||||
.Where(a => a.Item1.Code == "xxx" && a.Item2.OptionsEntity03 == true)
|
||||
.Where(a => a.t1.Code == "xxx" && a.t2.OptionsEntity03 == true)
|
||||
.ToSql();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user