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