mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Add unit test
This commit is contained in:
@@ -88,7 +88,8 @@ namespace OrmTest
|
||||
|
||||
|
||||
var xxx = DynamicCoreHelper.GetMember(typeof(UnitPerson011), typeof(int), "it", $"it.Address.Id ");
|
||||
var list7= db.Queryable<UnitPerson011>().Select("it", $"it.Address.Id ", typeof(int)).ToList();
|
||||
var list7= db.Queryable<UnitPerson011>().Select("it", $"it.Address.Id ", typeof(int)).ToList();
|
||||
var list8 = db.Queryable<Order>().Select("it", $"new(Id as Id, Name)", typeof(Order)).ToList();
|
||||
|
||||
}
|
||||
public class SqlSugarTypeProvider : DefaultDynamicLinqCustomTypeProvider
|
||||
|
Reference in New Issue
Block a user