mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Queryable.With BUG
This commit is contained in:
parent
e783de9bab
commit
9da41c1d7e
@ -89,8 +89,11 @@ namespace SqlSugar
|
||||
return _As(tableName, entityName);
|
||||
}
|
||||
public virtual ISugarQueryable<T> With(string withString)
|
||||
{
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.SqlServer)
|
||||
{
|
||||
QueryBuilder.TableWithString = withString;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user