EntityQueryModelVisitor.IncludeNavigations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
IncludeNavigations(QueryModel) |
LINQ 쿼리에서 요청된 관련 데이터를 포함합니다. |
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>) |
LINQ 쿼리에서 요청된 관련 데이터를 포함합니다. |
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean) |
LINQ 쿼리에서 요청된 특정 탐색 속성을 포함합니다. |
IncludeNavigations(QueryModel)
LINQ 쿼리에서 요청된 관련 데이터를 포함합니다.
protected virtual void IncludeNavigations (Remotion.Linq.QueryModel queryModel);
abstract member IncludeNavigations : Remotion.Linq.QueryModel -> unit
override this.IncludeNavigations : Remotion.Linq.QueryModel -> unit
Protected Overridable Sub IncludeNavigations (queryModel As QueryModel)
매개 변수
- queryModel
- Remotion.Linq.QueryModel
쿼리입니다.
적용 대상
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)
LINQ 쿼리에서 요청된 관련 데이터를 포함합니다.
protected virtual void IncludeNavigations (Remotion.Linq.QueryModel queryModel, System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.IncludeSpecification> includeSpecifications);
abstract member IncludeNavigations : Remotion.Linq.QueryModel * System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.IncludeSpecification> -> unit
override this.IncludeNavigations : Remotion.Linq.QueryModel * System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.IncludeSpecification> -> unit
Protected Overridable Sub IncludeNavigations (queryModel As QueryModel, includeSpecifications As IReadOnlyCollection(Of IncludeSpecification))
매개 변수
- queryModel
- Remotion.Linq.QueryModel
쿼리입니다.
- includeSpecifications
- IReadOnlyCollection<IncludeSpecification>
포함할 관련 데이터입니다.
적용 대상
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)
LINQ 쿼리에서 요청된 특정 탐색 속성을 포함합니다.
protected virtual void IncludeNavigations (Microsoft.EntityFrameworkCore.Query.IncludeSpecification includeSpecification, Type resultType, System.Linq.Expressions.Expression accessorExpression, bool querySourceRequiresTracking);
abstract member IncludeNavigations : Microsoft.EntityFrameworkCore.Query.IncludeSpecification * Type * System.Linq.Expressions.Expression * bool -> unit
override this.IncludeNavigations : Microsoft.EntityFrameworkCore.Query.IncludeSpecification * Type * System.Linq.Expressions.Expression * bool -> unit
Protected Overridable Sub IncludeNavigations (includeSpecification As IncludeSpecification, resultType As Type, accessorExpression As Expression, querySourceRequiresTracking As Boolean)
매개 변수
- includeSpecification
- IncludeSpecification
포함할 탐색 속성입니다.
- resultType
- Type
쿼리에서 반환된 결과의 형식입니다.
- accessorExpression
- Expression
포함할 탐색 속성에 대한 식입니다.
- querySourceRequiresTracking
- Boolean
이 쿼리의 결과를 추적할지 여부를 나타내는 값입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework