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

쿼리입니다.

특성

적용 대상