OracleConnectionStringBuilder.OmitOracleConnectionName Property

Definition

Gets or sets the flag that enables transaction rollbacks on earlier versions of Oracle (prior to 8.1.7.4.1).

public:
 property bool OmitOracleConnectionName { bool get(); void set(bool value); };
public bool OmitOracleConnectionName { get; set; }
member this.OmitOracleConnectionName : bool with get, set
Public Property OmitOracleConnectionName As Boolean

Property Value

true if transaction rollbacks are enabled; otherwise false.

Remarks

When set to true, this property prevents certain errors from occurring when attempting to roll back transactions in earlier versions of Oracle (prior to 8.1.7.4.1).

Applies to

See also