Sdílet prostřednictvím


QueryCompilationContext.AddAnnotations Metoda

Definice

Přidá poznámky k dotazu do existujícího seznamu.

public virtual void AddAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> annotations);
abstract member AddAnnotations : seq<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> -> unit
override this.AddAnnotations : seq<Microsoft.EntityFrameworkCore.Query.ResultOperators.IQueryAnnotation> -> unit
Public Overridable Sub AddAnnotations (annotations As IEnumerable(Of IQueryAnnotation))

Parametry

annotations
IEnumerable<IQueryAnnotation>

Poznámky dotazu.

Platí pro