SuspendAfterExecution
This property specifies whether the active sessionless transaction should be suspended after an OracleCommand
SQL execution.
Declaration
// C# public bool SuspendAfterExecution { get; set; }
Property Value
The boolean indicates if the sessionless transaction should be suspended after the OracleCommand SQL execution.
Remarks
When SuspendAfterExecution
is set to true
, then the active sessionless transaction is suspended upon the first OracleCommand
SQL execution.