mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Db.CopyNew
This commit is contained in:
@@ -1257,6 +1257,7 @@ namespace SqlSugar
|
||||
}
|
||||
var newDb= new SqlSugarClient(connections, _configAction);
|
||||
newDb.QueryFilter = this.QueryFilter;
|
||||
newDb.Ado.CommandTimeOut = this.Ado.CommandTimeOut;
|
||||
return newDb;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user