EntityTransaction.IsolationLevel Propriété

Définition

Obtient le niveau d’isolation de ce EntityTransaction.

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

Valeur de propriété

Valeur IsolationLevel d’énumération qui représente le niveau d’isolation de la transaction sous-jacente.

S’applique à