Share via


QueryContext.QueryLogger Property

Definition

The query logger to use while executing the query.

public virtual Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query> QueryLogger { get; }
member this.QueryLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>
Public Overridable ReadOnly Property QueryLogger As IDiagnosticsLogger(Of DbLoggerCategory.Query)

Property Value

The cancellation token.

Applies to