mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Synchronization code
This commit is contained in:
@@ -26,7 +26,7 @@ namespace SqlSugar
|
||||
}
|
||||
public InsertNavMethodInfo ThenIncludeByNameString(string navMemberName, UpdateNavOptions updateNavOptions = null)
|
||||
{
|
||||
var type = MethodInfos.GetType().GetGenericArguments()[0];
|
||||
var type = MethodInfos.GetType().GetGenericArguments()[1];
|
||||
var entityInfo = this.Context.EntityMaintenance.GetEntityInfo(type);
|
||||
Type properyItemType;
|
||||
bool isList;
|
||||
|
@@ -27,7 +27,7 @@ namespace SqlSugar
|
||||
}
|
||||
public UpdateNavMethodInfo ThenIncludeByNameString(string navMemberName, UpdateNavOptions updateNavOptions = null)
|
||||
{
|
||||
var type = MethodInfos.GetType().GetGenericArguments()[0];
|
||||
var type = MethodInfos.GetType().GetGenericArguments()[1];
|
||||
var entityInfo = this.Context.EntityMaintenance.GetEntityInfo(type);
|
||||
Type properyItemType;
|
||||
bool isList;
|
||||
|
Reference in New Issue
Block a user