Share via


DbInterceptionContext.WithObjectContext(ObjectContext) Method

Definition

Creates a new DbInterceptionContext that contains all the contextual information in this interception context with the addition of the given ObjectContext.

public System.Data.Entity.Infrastructure.Interception.DbInterceptionContext WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
member this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
Public Function WithObjectContext (context As ObjectContext) As DbInterceptionContext

Parameters

context
ObjectContext

The context to associate.

Returns

A new interception context associated with the given context.

Applies to