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