This commit is contained in:
sunkaixuan
2017-01-08 22:50:42 +08:00
parent 07a60b5b14
commit 48630e4b6e
19 changed files with 13 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ namespace OrmTest
string x = "1";
Expression<Func<Student, bool>> exp = it => it.Name==new Program().x;
// Expression<Func<Student, object>> exp = it => it.Name;
ExpressionContext expContext = new ExpressionContext(exp, ResolveExpressType.Single);
ExpressionContext expContext = new ExpressionContext(exp, ResolveExpressType.WhereSingle);
// 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.