Update .net core project

This commit is contained in:
sunkaixuan
2022-06-14 12:55:52 +08:00
parent be957e0a1a
commit eec3f49f5f
9 changed files with 33 additions and 3 deletions

View File

@@ -682,7 +682,16 @@ namespace SqlSugar
}
return result; ;
}
protected void SetNavigateResult()
{
if (this.Context != null)
{
if (this.Context.Result != null)
{
this.Context.Result.IsNavicate = true;
}
}
}
private string GetAsName(Expression item, object shortName, PropertyInfo property)
{
string asName;