Sdílet prostřednictvím


RelationalQueryModelVisitor.IncludeNavigations Metoda

Definice

Přetížení

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Metoda vysoké úrovně s názvem k provedení kompilace Include.

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Metoda vysoké úrovně s názvem k provedení kompilace Include pro jednu include.

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Metoda vysoké úrovně s názvem k provedení kompilace Include.

protected override void IncludeNavigations (Remotion.Linq.QueryModel queryModel, System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.IncludeSpecification> includeSpecifications);
override this.IncludeNavigations : Remotion.Linq.QueryModel * System.Collections.Generic.IReadOnlyCollection<Microsoft.EntityFrameworkCore.Query.IncludeSpecification> -> unit
Protected Overrides Sub IncludeNavigations (queryModel As QueryModel, includeSpecifications As IReadOnlyCollection(Of IncludeSpecification))

Parametry

queryModel
Remotion.Linq.QueryModel

Model dotazu.

includeSpecifications
IReadOnlyCollection<IncludeSpecification>

Související data, která se mají zahrnout.

Platí pro

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Metoda vysoké úrovně s názvem k provedení kompilace Include pro jednu include.

protected override void IncludeNavigations (Microsoft.EntityFrameworkCore.Query.IncludeSpecification includeSpecification, Type resultType, System.Linq.Expressions.Expression accessorExpression, bool querySourceRequiresTracking);
override this.IncludeNavigations : Microsoft.EntityFrameworkCore.Query.IncludeSpecification * Type * System.Linq.Expressions.Expression * bool -> unit
Protected Overrides Sub IncludeNavigations (includeSpecification As IncludeSpecification, resultType As Type, accessorExpression As Expression, querySourceRequiresTracking As Boolean)

Parametry

includeSpecification
IncludeSpecification

Vlastnost navigace, která má být zahrnuta.

resultType
Type

Typ výsledků vrácených dotazem

accessorExpression
Expression

Výraz pro vlastnost navigace, která má být zahrnuta.

querySourceRequiresTracking
Boolean

Hodnota označující, jestli se mají sledovat výsledky tohoto dotazu.

Platí pro