mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Queryable.With BUG
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user