OdbcTransaction.IsolationLevel Propriedade

Definição

Especifica o IsolationLevel para essa transação.

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

Valor da propriedade

IsolationLevel

O IsolationLevel para essa transação. O padrão depende do driver ODBC subjacente.

Implementações

Comentários

Não há suporte para transações paralelas. Portanto, isso IsolationLevel se aplica a toda a transação.

Aplica-se a

Confira também