Condividi tramite


PropertyInterceptionContext<TValue>.WithDbContext(DbContext) Metodo

Definizione

Crea un nuovo PropertyInterceptionContext<TValue> che contiene tutte le informazioni contestuali in questo contesto di intercettazione con l'aggiunta ObjectContextdi .

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)

Parametri

context
DbContext

Contesto da associare.

Restituisce

Nuovo contesto di intercettazione associato al contesto specificato.

Si applica a