mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
-
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OrmTest.ExpressionTest
|
||||
Expression<Func<Student, object>> exp = it => new Program() { x = it.Name };
|
||||
ExpressionContext expContext = new ExpressionContext(exp, ResolveExpressType.WhereSingle);
|
||||
expContext.ResolveType = ResolveExpressType.SelectSingle;
|
||||
var x= expContext.ToResultString();
|
||||
var x = expContext.Result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,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.ToResultString();
|
||||
// var xx = expContext.ToResultString();
|
||||
|
||||
|
||||
var b = DateTime.Now;
|
||||
|
||||
BIN
OrmTest/bin/Debug/Newtonsoft.Json.dll
Normal file
BIN
OrmTest/bin/Debug/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
OrmTest/bin/Debug/OrmTest.exe
Normal file
BIN
OrmTest/bin/Debug/OrmTest.exe
Normal file
Binary file not shown.
6
OrmTest/bin/Debug/OrmTest.exe.config
Normal file
6
OrmTest/bin/Debug/OrmTest.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
OrmTest/bin/Debug/OrmTest.pdb
Normal file
BIN
OrmTest/bin/Debug/OrmTest.pdb
Normal file
Binary file not shown.
BIN
OrmTest/bin/Debug/SqlSugar.dll
Normal file
BIN
OrmTest/bin/Debug/SqlSugar.dll
Normal file
Binary file not shown.
BIN
OrmTest/bin/Debug/SqlSugar.pdb
Normal file
BIN
OrmTest/bin/Debug/SqlSugar.pdb
Normal file
Binary file not shown.
BIN
OrmTest/obj/Debug/OrmTest.csprojResolveAssemblyReference.cache
Normal file
BIN
OrmTest/obj/Debug/OrmTest.csprojResolveAssemblyReference.cache
Normal file
Binary file not shown.
BIN
OrmTest/obj/Debug/OrmTest.exe
Normal file
BIN
OrmTest/obj/Debug/OrmTest.exe
Normal file
Binary file not shown.
BIN
OrmTest/obj/Debug/OrmTest.pdb
Normal file
BIN
OrmTest/obj/Debug/OrmTest.pdb
Normal file
Binary file not shown.
Reference in New Issue
Block a user