mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update .net core project
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user