Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContext::InterceptionContext Property

Entity Framework 6.0
 

Returns the DbInterceptionContext being used for this context.

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

public:
property DbInterceptionContext^ InterceptionContext {
	DbInterceptionContext^ get();
	internal: void set(DbInterceptionContext^ value);
}
Return to top
Show: