IRelationalCommandDiagnosticsLogger.CommandNonQueryExecuted Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Protokolle für das CommandExecuted Ereignis.
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
Parameter
- connection
- IRelationalConnection
Die Verbindung.
- command
- DbCommand
Das Datenbankbefehlsobjekt.
- context
- DbContext
Die DbContext derzeit verwendete , um NULL zu verwenden, wenn sie nicht bekannt ist.
- connectionId
- Guid
Die Korrelations-ID, die der DbConnection verwendeten zugeordnet ist.
- methodResult
- Int32
Der Rückgabewert der zugrunde liegenden Methodenausführung.
- startTime
- DateTimeOffset
Der Zeitpunkt, zu dem die Ausführung begonnen hat.
- duration
- TimeSpan
Die Dauer der Befehlsausführung, ohne die Nutzung der Ergebnisse.
- commandSource
- CommandSource
Quelle des Befehls.
Gibt zurück
Das Ergebnis der Ausführung, die möglicherweise von einem Interceptor geändert wurde.
Gilt für:
Entity Framework