Freigeben über


IRelationalCommandDiagnosticsLogger.CommandScalarExecuted Methode

Definition

Protokolle für das CommandExecuted Ereignis.

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

Parameter

connection
IRelationalConnection

Die Verbindung.

command
DbCommand

Das Datenbankbefehlsobjekt.

context
DbContext

Die DbContext derzeit verwendet wird, auf NULL, wenn nicht bekannt.

commandId
Guid

Die Korrelations-ID, die dem angegebenen DbCommandzugeordnet ist.

connectionId
Guid

Die Korrelations-ID, die dem DbConnection verwendeten zugeordnet ist.

methodResult
Object

Der Rückgabewert aus der zugrunde liegenden Methodenausführung.

startTime
DateTimeOffset

Der Zeitpunkt, zu dem die Ausführung begonnen hat.

duration
TimeSpan

Die Dauer der Befehlsausführung, einschließlich der Nutzung von Ergebnissen.

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: