次の方法で共有


IRelationalCommandDiagnosticsLogger.DataReaderClosing メソッド

定義

イベントの DataReaderClosing ログ。

public Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult DataReaderClosing (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, System.Data.Common.DbDataReader dataReader, Guid commandId, int recordsAffected, int readCount, DateTimeOffset startTime);
abstract member DataReaderClosing : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * System.Data.Common.DbDataReader * Guid * int * int * DateTimeOffset -> Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult
Public Function DataReaderClosing (connection As IRelationalConnection, command As DbCommand, dataReader As DbDataReader, commandId As Guid, recordsAffected As Integer, readCount As Integer, startTime As DateTimeOffset) As InterceptionResult

パラメーター

connection
IRelationalConnection

接続。

command
DbCommand

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

dataReader
DbDataReader

データ リーダーです。

commandId
Guid

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

recordsAffected
Int32

影響を受けたデータベース内のレコードの数。

readCount
Int32

読み取られたレコードの数。

startTime
DateTimeOffset

操作が開始された時刻。

戻り値

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

適用対象