Updateable Add WhereColums

This commit is contained in:
sunkaixuan
2017-08-05 13:39:32 +08:00
parent 1f788300b3
commit 841c5c7454
3 changed files with 35 additions and 9 deletions

View File

@@ -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()