mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Synchronization code
This commit is contained in:
@@ -26,7 +26,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public InsertNavMethodInfo ThenIncludeByNameString(string navMemberName, UpdateNavOptions updateNavOptions = null)
|
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);
|
var entityInfo = this.Context.EntityMaintenance.GetEntityInfo(type);
|
||||||
Type properyItemType;
|
Type properyItemType;
|
||||||
bool isList;
|
bool isList;
|
||||||
|
@@ -27,7 +27,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public UpdateNavMethodInfo ThenIncludeByNameString(string navMemberName, UpdateNavOptions updateNavOptions = null)
|
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);
|
var entityInfo = this.Context.EntityMaintenance.GetEntityInfo(type);
|
||||||
Type properyItemType;
|
Type properyItemType;
|
||||||
bool isList;
|
bool isList;
|
||||||
|
Reference in New Issue
Block a user