Freigeben über


DbCommandInterceptionContext<TResult>.WithCommandBehavior Methode

Definition

Erstellt eine neue DbCommandInterceptionContext<TResult> , die alle Kontextinformationen in diesem Abhörkontext zusammen mit dem angegebenen CommandBehaviorenthält.

public System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> WithCommandBehavior (System.Data.CommandBehavior commandBehavior);
override this.WithCommandBehavior : System.Data.CommandBehavior -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result>

Parameter

commandBehavior
CommandBehavior

Das zuzuordnende Befehlsverhalten.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Befehlsverhalten zugeordnet ist.

Gilt für: