次の方法で共有


IRelationalCommandDiagnosticsLogger.CommandCreated メソッド

定義

イベントの CommandCreated ログ。

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

パラメーター

connection
IRelationalConnection

接続。

command
DbCommand

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

commandMethod
DbCommandMethod

このコマンドで呼び出されるメソッドの型。

context
DbContext

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

commandId
Guid

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

connectionId
Guid

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

startTime
DateTimeOffset

実行が開始された時刻。

duration
TimeSpan

コマンド作成の期間。

commandSource
CommandSource

コマンドのソース。

戻り値

インターセプトされた結果。

適用対象