mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Updateable Add WhereColums
This commit is contained in:
@@ -124,6 +124,8 @@ namespace OrmTest.UnitTest
|
||||
t10.Value,
|
||||
"Update 10 error"
|
||||
);
|
||||
|
||||
var t11 = db.Updateable<Student>().WhereColumns(it => new { it.Name }).ToSql();
|
||||
}
|
||||
|
||||
public SqlSugarClient GetInstance()
|
||||
|
Reference in New Issue
Block a user