次の方法で共有


IRelationalCommandDiagnosticsLogger.CommandReaderExecuted メソッド

定義

イベントの CommandExecuted ログ。

public System.Data.Common.DbDataReader CommandReaderExecuted (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext? context, Guid commandId, Guid connectionId, System.Data.Common.DbDataReader methodResult, DateTimeOffset startTime, TimeSpan duration, Microsoft.EntityFrameworkCore.Diagnostics.CommandSource commandSource);
abstract member CommandReaderExecuted : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.DbContext * Guid * Guid * System.Data.Common.DbDataReader * DateTimeOffset * TimeSpan * Microsoft.EntityFrameworkCore.Diagnostics.CommandSource -> System.Data.Common.DbDataReader
Public Function CommandReaderExecuted (connection As IRelationalConnection, command As DbCommand, context As DbContext, commandId As Guid, connectionId As Guid, methodResult As DbDataReader, startTime As DateTimeOffset, duration As TimeSpan, commandSource As CommandSource) As DbDataReader

パラメーター

connection
IRelationalConnection

接続。

command
DbCommand

データベース コマンド オブジェクト。

context
DbContext

不明な場合は DbContext null に現在使用されている 。

commandId
Guid

指定 DbCommandした に関連付けられている関連付け ID。

connectionId
Guid

使用されている に DbConnection 関連付けられている関連付け ID。

methodResult
DbDataReader

基になるメソッドの実行からの戻り値。

startTime
DateTimeOffset

実行が開始された時刻。

duration
TimeSpan

結果の使用を含まない、コマンドの実行時間。

commandSource
CommandSource

コマンドのソース。

戻り値

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

適用対象