Freigeben über


EntityTransaction.IsolationLevel-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft die Isolationsstufe dieser EntityTransaction ab.

Namespace:  System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Data.IsolationLevel
Ein IsolationLevel-Aufzählungswert, der die Isolationsstufe der zugrunde liegenden Transaktion darstellt.

Implements

IDbTransaction.IsolationLevel

Siehe auch

Verweis

EntityTransaction Klasse

System.Data.Entity.Core.EntityClient-Namespace