mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-05 05:07:57 +08:00
-
This commit is contained in:
parent
ecea92ffb3
commit
f86d3c233b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user