Proprietà EntityTransaction.IsolationLevel
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene il livello di isolamento di EntityTransaction.
Spazio dei nomi: System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel
Get
'Utilizzo
Dim instance As EntityTransaction
Dim value As IsolationLevel
value = instance.IsolationLevel
public override IsolationLevel IsolationLevel { get; }
public:
virtual property IsolationLevel IsolationLevel {
IsolationLevel get () override;
}
abstract IsolationLevel : IsolationLevel
override IsolationLevel : IsolationLevel
override function get IsolationLevel () : IsolationLevel
Valore proprietà
Tipo: System.Data.IsolationLevel
Valore dell'enumerazione IsolationLevel che rappresenta il livello di isolamento della transazione sottostante.