db.CopyNew()

This commit is contained in:
sunkaixuan 2025-08-12 15:52:41 +08:00
parent 4028e469fb
commit d36b522b3c

View File

@ -1860,6 +1860,7 @@ namespace SqlSugar
{
var result= new SqlSugarClient(UtilMethods.CopyConfig(this.Ado.Context.CurrentConnectionConfig));
result.QueryFilter = this.QueryFilter;
result.Ado.CommandTimeOut = this.Ado.CommandTimeOut;
return result;
}
public void ThenMapper<T>(IEnumerable<T> list, Action<T> action)