mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Synchronization code
This commit is contained in:
@@ -26,7 +26,8 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public ISugarQueryable<T> AS(string tableName, string shortName)
|
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)
|
public ISugarQueryable<T> OrderBy(List<OrderByModel> models)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user