QueryCompilationContext.QueryAnnotations Property

Definition

Gets the query annotations.

public virtual System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> QueryAnnotations { get; set; }
public virtual System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> QueryAnnotations { get; }
member this.QueryAnnotations : System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> with get, set
member this.QueryAnnotations : System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation>
Public Overridable Property QueryAnnotations As IReadOnlyCollection(Of IQueryAnnotation)
Public Overridable ReadOnly Property QueryAnnotations As IReadOnlyCollection(Of IQueryAnnotation)

Property Value

The query annotations.

Applies to