OracleSessionlessTransactionStartBehavior Enumeration

OracleSessionlessTransactionStartBehavior enumerated values specify when to start a sessionless transaction.

Table 6-232 lists all the OracleSessionlessTransactionStartBehavior enumeration values with a description of each enumerated value.

Table 6-232 OracleSessionlessTransactionStartBehavior Members

Member Name Description

StartBeforeExecution

When OracleCommand invokes the command, the sessionless transaction is started or resumed first and the SQL is then executed in one server round-trip.

StartImmediate

Start or resume the sessionless transaction immediately.

Requirements

Provider ODP.NET, Managed Driver ODP.NET Core

Assembly

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements