次の方法で共有


IRelationalCommandDiagnosticsLogger.DataReaderClosingAsync メソッド

定義

イベントの DataReaderClosing ログ。

public System.Threading.Tasks.ValueTask<Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult> DataReaderClosingAsync (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 DataReaderClosingAsync : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * System.Data.Common.DbDataReader * Guid * int * int * DateTimeOffset -> System.Threading.Tasks.ValueTask<Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult>
Public Function DataReaderClosingAsync (connection As IRelationalConnection, command As DbCommand, dataReader As DbDataReader, commandId As Guid, recordsAffected As Integer, readCount As Integer, startTime As DateTimeOffset) As ValueTask(Of InterceptionResult)

パラメーター

connection
IRelationalConnection

接続。

command
DbCommand

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

dataReader
DbDataReader

データ リーダーです。

commandId
Guid

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

recordsAffected
Int32

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

readCount
Int32

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

startTime
DateTimeOffset

操作が開始された時刻。

戻り値

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

適用対象