IDbCommandInterceptor.ScalarExecuting 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫 或呼叫其中一個非同步對應專案之前 ExecuteScalar() ,會呼叫此方法。
public void ScalarExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Sub ScalarExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))
參數
- command
- DbCommand
正在執行的命令。
- interceptionContext
- DbCommandInterceptionContext<Object>
與呼叫相關聯的內容資訊。