Bagikan melalui


QueryCompilationContext.AddAnnotations Metode

Definisi

Menambahkan anotasi kueri ke daftar yang sudah ada.

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))

Parameter

annotations
IEnumerable<IQueryAnnotation>

Anotasi kueri.

Berlaku untuk