Megosztás a következőn keresztül:


CosmosEventId.ExecutingSqlQuery Field

Definition

A SQL query is going to be executed.

public static readonly Microsoft.Extensions.Logging.EventId ExecutingSqlQuery;
 staticval mutable ExecutingSqlQuery : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly ExecutingSqlQuery As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Command category.

This event uses the CosmosQueryEventData payload when used with a DiagnosticSource.

Applies to