Proprietà ObjectContext.InterceptionContext
[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.]
Restituisce l'oggetto DbInterceptionContext usato per questo contesto.
Spazio dei nomi: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property InterceptionContext As DbInterceptionContext
Get
Friend Set
'Utilizzo
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)
Valore proprietà
Tipo: DbInterceptionContext