This commit is contained in:
sunkaixuan 2017-01-28 20:58:50 +08:00
parent ecea92ffb3
commit f86d3c233b

View File

@ -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";