Partager via


PropertyInterceptionContext<TValue>.WithDbContext(DbContext) Méthode

Définition

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

public System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<TValue> WithDbContext (System.Data.Entity.DbContext context);
override this.WithDbContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value>
Public Function WithDbContext (context As DbContext) As PropertyInterceptionContext(Of TValue)

Paramètres

context
DbContext

Contexte à associer.

Retours

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

S’applique à