DbCommandTreeInterceptionContext.WithObjectContext(ObjectContext) Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbCommandTreeInterceptionContext that contains all the contextual information in this interception context with the addition of the given ObjectContext.
public System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext WithObjectContext(System.Data.Entity.Core.Objects.ObjectContext context);
	override this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
	Public Function WithObjectContext (context As ObjectContext) As DbCommandTreeInterceptionContext
	Parameters
- context
 - ObjectContext
 
The context to associate.
Returns
A new interception context associated with the given context.