Db.CopyNew

This commit is contained in:
sunkaixuan
2025-08-12 15:51:42 +08:00
parent b23e577567
commit 4028e469fb

View File

@@ -1257,6 +1257,7 @@ namespace SqlSugar
}
var newDb= new SqlSugarClient(connections, _configAction);
newDb.QueryFilter = this.QueryFilter;
newDb.Ado.CommandTimeOut = this.Ado.CommandTimeOut;
return newDb;
}