Поделиться через


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

Запрос.

Атрибуты

Применяется к