Share via


IDbCommandInterceptor.ReaderExecuting メソッド

定義

このメソッドは、 またはその非同期の呼び出しが行われる前に呼び出 ExecuteReader(CommandBehavior) されます。

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

パラメーター

command
DbCommand

実行中のコマンド。

interceptionContext
DbCommandInterceptionContext<DbDataReader>

呼び出しに関連付けられているコンテキスト情報。

適用対象