ExecuteArray and AutoCommit
Posted: Thu 09 Mar 2017 12:36
I am using OracleCommand.ExecuteArray to call a procedure.
If I set OracleConnection.AutoCommit = True, then Commit will execute for each item in array or once at the end?
If I set OracleConnection.AutoCommit = True, then Commit will execute for each item in array or once at the end?