QueryCompilationContext.AddAnnotations 메서드

정의

기존 목록에 쿼리 주석을 추가합니다.

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

매개 변수

annotations
IEnumerable<IQueryAnnotation>

쿼리 주석입니다.

적용 대상