OdbcTransaction.IsolationLevel Proprietà

Definizione

Specifica l'oggetto IsolationLevel per la transazione.

public:
 virtual property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public:
 property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public override System.Data.IsolationLevel IsolationLevel { get; }
public System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
Public ReadOnly Property IsolationLevel As IsolationLevel

Valore della proprietà

Oggetto IsolationLevel per la transazione. Il valore predefinito dipende dal driver ODBC sottostante.

Implementazioni

Commenti

Le transazioni parallele non sono supportate. Pertanto, IsolationLevel si applica all'intera transazione.

Si applica a

Vedi anche