This commit is contained in:
sunkaixuan
2017-01-08 21:05:00 +08:00
parent 3ecf1beaea
commit 1766614f74
14 changed files with 4 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ namespace OrmTest
{
string id = "1";
Expression<Func<Student, bool>> exp = it => it.Name!=id;
// Expression<Func<Student, object>> exp = it => it.Name;
ExpressionContext expContext = new ExpressionContext(exp, ResolveExpressType.Single);
// var x = expContext.GetFiledName();
var xx = expContext.ToSqlString();

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.