IRelationalCommandDiagnosticsLogger.CommandNonQueryExecuted メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントの CommandExecuted ログ。
public int CommandNonQueryExecuted (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext? context, Guid commandId, Guid connectionId, int methodResult, DateTimeOffset startTime, TimeSpan duration, Microsoft.EntityFrameworkCore.Diagnostics.CommandSource commandSource);
abstract member CommandNonQueryExecuted : Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.DbContext * Guid * Guid * int * DateTimeOffset * TimeSpan * Microsoft.EntityFrameworkCore.Diagnostics.CommandSource -> int
Public Function CommandNonQueryExecuted (connection As IRelationalConnection, command As DbCommand, context As DbContext, commandId As Guid, connectionId As Guid, methodResult As Integer, startTime As DateTimeOffset, duration As TimeSpan, commandSource As CommandSource) As Integer
パラメーター
- connection
- IRelationalConnection
接続。
- command
- DbCommand
データベース コマンド オブジェクト。
- connectionId
- Guid
使用されている に DbConnection 関連付けられている関連付け ID。
- methodResult
- Int32
基になるメソッドの実行からの戻り値。
- startTime
- DateTimeOffset
実行が開始された時刻。
- duration
- TimeSpan
コマンドの実行時間 。結果の使用は含まれません。
- commandSource
- CommandSource
コマンドのソース。
戻り値
インターセプターによって変更された可能性がある実行の結果。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework