Add unit test

This commit is contained in:
sunkaixuan 2023-10-07 01:36:23 +08:00
parent 03e3a0e218
commit daf45f5e9e

View File

@ -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