mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
-
This commit is contained in:
@@ -30,7 +30,6 @@ namespace OrmTest.ExpressionTest
|
||||
}
|
||||
base.End("Where Test");
|
||||
}
|
||||
|
||||
private void whereSingle1()
|
||||
{
|
||||
Expression<Func<Student, bool>> exp = it => it.Id > 1;
|
||||
@@ -93,7 +92,6 @@ namespace OrmTest.ExpressionTest
|
||||
new SugarParameter("@Name2","a1")
|
||||
}, "whereSingle5");
|
||||
}
|
||||
|
||||
private void whereSingle6()
|
||||
{
|
||||
string name = "a";
|
||||
|
Reference in New Issue
Block a user