次の方法で共有


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

定義

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

パラメーター

command
DbCommand

操作が実行されるコマンド。

interceptionContext
DbCommandInterceptionContext

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

戻り値

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

注釈

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

適用対象