次の方法で共有


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>

クエリ注釈。

適用対象