共用方式為


IDbCommandInterceptor.ReaderExecuted 方法

定義

呼叫 或其其中一個非同步對應專案之後,就會呼叫 ExecuteReader(CommandBehavior) 這個方法。 您可以藉由設定 Result 來變更 Entity Framework 所使用的結果。

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

參數

command
DbCommand

正在執行的命令。

interceptionContext
DbCommandInterceptionContext<DbDataReader>

與呼叫相關聯的內容資訊。

備註

在非同步作業中,除非非同步工作完成或失敗,否則不會呼叫此方法。

適用於