IRelationalCommandDiagnosticsLogger.CommandNonQueryExecuting Method

Definition

Logs for the CommandExecuting event.

C#
public Microsoft.EntityFrameworkCore.Diagnostics.InterceptionResult<int> CommandNonQueryExecuting (Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext? context, Guid commandId, Guid connectionId, DateTimeOffset startTime, Microsoft.EntityFrameworkCore.Diagnostics.CommandSource commandSource);

Parameters

connection
IRelationalConnection

The connection.

command
DbCommand

The database command object.

context
DbContext

The DbContext currently being used, to null if not known.

commandId
Guid

The correlation ID associated with the given DbCommand.

connectionId
Guid

The correlation ID associated with the DbConnection being used.

startTime
DateTimeOffset

The time that execution began.

commandSource
CommandSource

Source of the command.

Returns

An intercepted result.

Applies to

Produkt Versioner
Entity Framework Core 6.0, 7.0, 8.0, 9.0