mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update oracle bulk copy TimeOut
This commit is contained in:
@@ -58,6 +58,7 @@ namespace SqlSugar
|
||||
{
|
||||
copy = new OracleBulkCopy((OracleConnection)this.Context.Ado.Connection, OracleBulkCopyOptions.UseInternalTransaction);
|
||||
}
|
||||
copy.BulkCopyTimeout = this.Context.Ado.CommandTimeOut;
|
||||
return copy;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user