IDbTransaction.IsolationLevel Vlastnost

Definice

Určuje pro IsolationLevel 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í formát je ReadCommitted.

Poznámky

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

Platí pro