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