mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
-
This commit is contained in:
@@ -27,7 +27,7 @@ namespace OrmTest
|
||||
// Expression<Func<Student, object>> exp = it => it.Name;
|
||||
ExpressionContext expContext = new ExpressionContext(exp, ResolveExpressType.WhereSingle);
|
||||
// var x = expContext.GetFiledName();
|
||||
var xx = expContext.ToSqlString();
|
||||
var xx = expContext.ToResultString();
|
||||
|
||||
|
||||
var b = DateTime.Now;
|
||||
|
||||
Reference in New Issue
Block a user