次の方法で共有


DbCommandDispatcher.Reader(DbCommand, DbCommandInterceptionContext) メソッド

定義

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

パラメーター

command
DbCommand

操作を実行するコマンド。

interceptionContext
DbCommandInterceptionContext

行われる呼び出しのコンテキストに関するオプションの情報。

戻り値

インターセプターによって変更された可能性がある操作の結果。

注釈

コマンドを実行した結果は、このメソッドによって返されることに注意してください。 インターセプターに渡される前にインターセプト コンテキストが複製されるため、このメソッドに渡されるインターセプト コンテキストでは結果を使用できません。

適用対象