Freigeben über


DbCommandInterceptor.ReaderExecuted Methode

Definition

Diese Methode wird aufgerufen, ExecuteReader(CommandBehavior) nachdem ein Aufruf oder eine ihrer asynchronen Entsprechungen erfolgt ist. Das von Entity Framework verwendete Ergebnis kann durch Festlegen Resultvon geändert werden.

public virtual void ReaderExecuted (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<System.Data.Common.DbDataReader> interceptionContext);
abstract member ReaderExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<System.Data.Common.DbDataReader> -> unit
override this.ReaderExecuted : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<System.Data.Common.DbDataReader> -> unit
Public Overridable Sub ReaderExecuted (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of DbDataReader))

Parameter

command
DbCommand

Der ausgeführte Befehl.

interceptionContext
DbCommandInterceptionContext<DbDataReader>

Kontextinformationen, die dem Aufruf zugeordnet sind.

Implementiert

Gilt für: