次の方法で共有


EntityQueryModelVisitor.ExtractQueryAnnotations(QueryModel) メソッド

定義

クエリで QueryAnnotations 見つかった注釈に基づいて設定します。

protected virtual void ExtractQueryAnnotations (Remotion.Linq.QueryModel queryModel);
abstract member ExtractQueryAnnotations : Remotion.Linq.QueryModel -> unit
override this.ExtractQueryAnnotations : Remotion.Linq.QueryModel -> unit
Protected Overridable Sub ExtractQueryAnnotations (queryModel As QueryModel)

パラメーター

queryModel
Remotion.Linq.QueryModel

クエリです。

適用対象