This topic has not yet been rated - Rate this topic

OracleConnectionStringBuilder.OmitOracleConnectionName Property

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

Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)

public bool OmitOracleConnectionName { get; set; }
/** @property */
public boolean get_OmitOracleConnectionName ()

/** @property */
public void set_OmitOracleConnectionName (boolean value)

public function get OmitOracleConnectionName () : boolean

public function set OmitOracleConnectionName (value : boolean)

Not applicable.

Property Value

true if transaction rollbacks are enabled; otherwise false.

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).

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.