SessionlessTransactionOptions

This property indicates the sessionless transaction options.

Declaration

// C#
public OracleSessionTransactionOptions SessionlessTransactionOptions { get; set; }

Property Value

The OracleSessionTransactionOption indicates the options to operate on a sessionless transaction.

Remarks

Default value is null.

This property auto-initializes a sessionless transaction if its properties are not set.

The SessionTransactionOptions property is only read and used when BeginSessionlessTransaction() or ResumeSessionlessTransaction is invoked. Any change in SessionlessTransactionOptions property values afterwards will not be reflected in the sessionless transaction.