EntityQueryModelVisitor.IncludeNavigations Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
IncludeNavigations(QueryModel) |
Zahrnuje související data požadovaná v dotazu LINQ. |
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>) |
Zahrnuje související data požadovaná v dotazu LINQ. |
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean) |
Zahrnuje konkrétní navigační vlastnost požadovanou v dotazu LINQ. |
IncludeNavigations(QueryModel)
Zahrnuje související data požadovaná v dotazu 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)
Parametry
- queryModel
- Remotion.Linq.QueryModel
Dotaz
Platí pro
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)
Zahrnuje související data požadovaná v dotazu 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))
Parametry
- queryModel
- Remotion.Linq.QueryModel
Dotaz
- includeSpecifications
- IReadOnlyCollection<IncludeSpecification>
Související data, která se mají zahrnout.
Platí pro
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)
Zahrnuje konkrétní navigační vlastnost požadovanou v dotazu 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)
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
Entity Framework