IDbTransaction.IsolationLevel Vlastnost

Definice

Určuje IsolationLevel pro tuto transakci.

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

Hodnota vlastnosti

Pro IsolationLevel tuto transakci. Výchozí hodnota je ReadCommitted.

Poznámky

Paralelní transakce nejsou podporovány. IsolationLevel Proto platí pro celou transakci.

Platí pro