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>

查询注释。

适用于