mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Update Sqlqueryable.Select BUG
This commit is contained in:
parent
599456fcda
commit
48ef6ae142
@ -554,6 +554,10 @@ namespace SqlSugar
|
|||||||
result.Context = this.Context;
|
result.Context = this.Context;
|
||||||
result.SqlBuilder = this.SqlBuilder;
|
result.SqlBuilder = this.SqlBuilder;
|
||||||
QueryBuilder.SelectValue = selectValue;
|
QueryBuilder.SelectValue = selectValue;
|
||||||
|
if (this.IsAs)
|
||||||
|
{
|
||||||
|
((QueryableProvider<TResult>)result).IsAs = true;
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
public virtual ISugarQueryable<T> Select(string selectValue)
|
public virtual ISugarQueryable<T> Select(string selectValue)
|
||||||
|
Loading…
Reference in New Issue
Block a user