Partager via


DbConnectionPropertyInterceptionContext<TValue>.WithObjectContext Méthode

Définition

Crée un DbConnectionPropertyInterceptionContext<TValue> nouveau qui contient toutes les informations contextuelles dans ce contexte d’interception avec l’ajout du donné ObjectContext.

public System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<TValue> WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
override this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Function WithObjectContext (context As ObjectContext) As DbConnectionPropertyInterceptionContext(Of TValue)

Paramètres

context
ObjectContext

Contexte à associer.

Retours

Nouveau contexte d’interception associé au contexte donné.

S’applique à