mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -26,7 +26,8 @@ namespace SqlSugar
|
||||
}
|
||||
public ISugarQueryable<T> AS(string tableName, string shortName)
|
||||
{
|
||||
return this.AS($"{this.SqlBuilder.GetTranslationTableName(tableName)} {shortName}");
|
||||
this.QueryBuilder.TableShortName = shortName;
|
||||
return this.AS(tableName);
|
||||
}
|
||||
public ISugarQueryable<T> OrderBy(List<OrderByModel> models)
|
||||
{
|
||||
|
Reference in New Issue
Block a user