mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update oracle bulk copy TimeOut
This commit is contained in:
parent
7f92dd06a4
commit
8f5a40d14c
@ -58,6 +58,7 @@ namespace SqlSugar
|
||||
{
|
||||
copy = new OracleBulkCopy((OracleConnection)this.Context.Ado.Connection, OracleBulkCopyOptions.UseInternalTransaction);
|
||||
}
|
||||
copy.BulkCopyTimeout = this.Context.Ado.CommandTimeOut;
|
||||
return copy;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user