mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
db.CopyNew()
This commit is contained in:
parent
4028e469fb
commit
d36b522b3c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user