Freigeben über


DbCommandDispatcher.Reader(DbCommand, DbCommandInterceptionContext) Methode

Definition

public virtual System.Data.Common.DbDataReader Reader (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext interceptionContext);
abstract member Reader : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> System.Data.Common.DbDataReader
override this.Reader : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext -> System.Data.Common.DbDataReader
Public Overridable Function Reader (command As DbCommand, interceptionContext As DbCommandInterceptionContext) As DbDataReader

Parameter

command
DbCommand

Der Befehl, für den der Vorgang ausgeführt wird.

interceptionContext
DbCommandInterceptionContext

Optionale Informationen zum Kontext des Aufrufs.

Gibt zurück

Das Ergebnis des Vorgangs, der möglicherweise von Interceptors geändert wurde.

Hinweise

Beachten Sie, dass das Ergebnis der Ausführung des Befehls von dieser Methode zurückgegeben wird. Das Ergebnis ist im an diese Methode übergebenen Abfangkontext nicht verfügbar, da der Abhörkontext geklont wird, bevor er an Interceptors übergeben wird.

Gilt für: