mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37:58 +08:00
Synchronization code
This commit is contained in:
parent
b710b6ffb1
commit
7d86646184
@ -32,8 +32,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
Check.ExceptionEasy("Enable MappingColumn need in ConnectionConfig - > MoreSettings - > EnableModelFuncMappingColumn set to true", "MappingColumn考虑到风险情况需要开启才能使用,请在 ConnectionConfig->MoreSettings->EnableModelFuncMappingColumn设置为true");
|
Check.ExceptionEasy("Enable MappingColumn need in ConnectionConfig - > MoreSettings - > EnableModelFuncMappingColumn set to true", "MappingColumn考虑到风险情况需要开启才能使用,请在 ConnectionConfig->MoreSettings->EnableModelFuncMappingColumn设置为true");
|
||||||
}
|
}
|
||||||
resSql= resSql.TrimEnd(Convert.ToChar( this.SqlTranslationRight))
|
resSql = parameters.First() +"";
|
||||||
.TrimStart(Convert.ToChar(this.SqlTranslationLeft));
|
|
||||||
}
|
}
|
||||||
return new KeyValuePair<string, SugarParameter[]>(resSql, resPars.ToArray());
|
return new KeyValuePair<string, SugarParameter[]>(resSql, resPars.ToArray());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user