次の方法で共有


EntityQueryModelVisitor.RewriteProjectedCollectionNavigationsToIncludes メソッド

定義

注意事項

This is now handled by correlated collection optimization.

コレクション ナビゲーション プロジェクションを書き換え、Include パイプラインで処理できるようにします。

protected virtual void RewriteProjectedCollectionNavigationsToIncludes (Remotion.Linq.QueryModel queryModel);
[System.Obsolete("This is now handled by correlated collection optimization.")]
protected virtual void RewriteProjectedCollectionNavigationsToIncludes (Remotion.Linq.QueryModel queryModel);
abstract member RewriteProjectedCollectionNavigationsToIncludes : Remotion.Linq.QueryModel -> unit
override this.RewriteProjectedCollectionNavigationsToIncludes : Remotion.Linq.QueryModel -> unit
[<System.Obsolete("This is now handled by correlated collection optimization.")>]
abstract member RewriteProjectedCollectionNavigationsToIncludes : Remotion.Linq.QueryModel -> unit
override this.RewriteProjectedCollectionNavigationsToIncludes : Remotion.Linq.QueryModel -> unit
Protected Overridable Sub RewriteProjectedCollectionNavigationsToIncludes (queryModel As QueryModel)

パラメーター

queryModel
Remotion.Linq.QueryModel

クエリです。

属性

適用対象