Update SqlServer bulkcopy

This commit is contained in:
sunkaixuna
2021-11-21 13:26:37 +08:00
parent e87dfaba6c
commit 171e3f6a11

View File

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