Freigeben über


EntityQueryModelVisitor.IncludeNavigations Methode

Definition

Überlädt

IncludeNavigations(QueryModel)

Enthält verwandte Daten, die in der LINQ-Abfrage angefordert wurden.

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Enthält verwandte Daten, die in der LINQ-Abfrage angefordert wurden.

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Enthält eine bestimmte Navigationseigenschaft, die in der LINQ-Abfrage angefordert wird.

IncludeNavigations(QueryModel)

Enthält verwandte Daten, die in der LINQ-Abfrage angefordert wurden.

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)

Parameter

queryModel
Remotion.Linq.QueryModel

Die Abfrage.

Gilt für:

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Enthält verwandte Daten, die in der LINQ-Abfrage angefordert wurden.

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))

Parameter

queryModel
Remotion.Linq.QueryModel

Die Abfrage.

includeSpecifications
IReadOnlyCollection<IncludeSpecification>

Zugehörige Daten, die eingeschlossen werden sollen.

Gilt für:

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Enthält eine bestimmte Navigationseigenschaft, die in der LINQ-Abfrage angefordert wird.

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)

Parameter

includeSpecification
IncludeSpecification

Die enthaltene Navigationseigenschaft.

resultType
Type

Der Typ der von der Abfrage zurückgegebenen Ergebnisse.

accessorExpression
Expression

Ausdruck für die enthaltene Navigationseigenschaft.

querySourceRequiresTracking
Boolean

Ein Wert, der angibt, ob ergebnisse dieser Abfrage nachverfolgt werden sollen.

Gilt für: