mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add unit test
This commit is contained in:
parent
03e3a0e218
commit
daf45f5e9e
@ -99,6 +99,10 @@ namespace OrmTest
|
||||
, typeof(Order), $"new( o.Name as Name, u.Address.Id as Id)");
|
||||
|
||||
|
||||
var xxx3 = DynamicCoreHelper.GetWhere(
|
||||
new Dictionary<string, Type> { { "o", typeof(Order) }, { "u", typeof(UnitPerson011) } }
|
||||
, $"o.Id == u.Address.Id ");
|
||||
|
||||
|
||||
}
|
||||
public class SqlSugarTypeProvider : DefaultDynamicLinqCustomTypeProvider
|
||||
|
Loading…
Reference in New Issue
Block a user