Freigeben über


ObjectContext.InterceptionContext-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.]

Gibt den DbInterceptionContext zurück, der für diesen Kontext verwendet wird.

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

Syntax

'Declaration
Public Property InterceptionContext As DbInterceptionContext 
    Get 
    Friend Set
'Usage
Dim instance As ObjectContext 
Dim value As DbInterceptionContext 

value = instance.InterceptionContext
public DbInterceptionContext InterceptionContext { get; internal set; }
public:
property DbInterceptionContext^ InterceptionContext {
    DbInterceptionContext^ get ();
    internal: void set (DbInterceptionContext^ value);
}
member InterceptionContext : DbInterceptionContext with get, internal set
function get InterceptionContext () : DbInterceptionContext 
internal function set InterceptionContext (value : DbInterceptionContext)

Eigenschaftswert

Typ: DbInterceptionContext

Siehe auch

Verweis

ObjectContext Klasse

System.Data.Entity.Core.Objects-Namespace