DbTransaction.IsolationLevel Eigenschap

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt u het isolatieniveau voor deze transactie op.

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

Waarde van eigenschap

Het isolatieniveau voor deze transactie.

Implementeringen

Van toepassing op

Zie ook