Share via


EntityTransaction.IsolationLevel Propriété

Définition

Obtient le niveau d'isolation de cet objet 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 d'énumération IsolationLevel qui représente le niveau d'isolation de la transaction sous-jacente.

S’applique à