Update sqlserver bulkcopy

This commit is contained in:
sunkaixuna 2021-11-21 14:00:28 +08:00
parent 4450e11599
commit 73f8719156

View File

@ -43,6 +43,7 @@ namespace SqlSugar
{
this.Context.Ado.Connection.Open();
}
copy.BulkCopyTimeout = this.Context.Ado.CommandTimeOut;
return copy;
}