Partager via


EntityQueryModelVisitor.RewriteProjectedCollectionNavigationsToIncludes Méthode

Définition

Attention

This is now handled by correlated collection optimization.

Réécrit les projections de navigation de collection afin qu’elles puissent être gérées par le pipeline 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)

Paramètres

queryModel
Remotion.Linq.QueryModel

Requête.

Attributs

S’applique à