Compartir a través de


EntityQueryModelVisitor.RewriteProjectedCollectionNavigationsToIncludes Método

Definición

Precaución

This is now handled by correlated collection optimization.

Vuelve a escribir las proyecciones de navegación de la colección para que la canalización Include pueda controlarla.

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)

Parámetros

queryModel
Remotion.Linq.QueryModel

La consulta.

Atributos

Se aplica a