mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Update SqlServer bulkcopy
This commit is contained in:
@@ -115,6 +115,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
this.Context.Ado.Connection.Open();
|
this.Context.Ado.Connection.Open();
|
||||||
}
|
}
|
||||||
|
copy.BulkCopyTimeout = this.Context.Ado.CommandTimeOut;
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
private DataTable GetCopyData()
|
private DataTable GetCopyData()
|
||||||
|
|||||||
Reference in New Issue
Block a user