RelationalQueryModelVisitor.IncludeNavigations Yöntem

Tanım

Aşırı Yüklemeler

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Ekleme derlemesi gerçekleştirmek için çağrılan üst düzey yöntem.

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Tek bir Include için Include derlemesi gerçekleştirmek için çağrılan üst düzey yöntem.

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Ekleme derlemesi gerçekleştirmek için çağrılan üst düzey yöntem.

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

Parametreler

queryModel
Remotion.Linq.QueryModel

Sorgu modeli.

includeSpecifications
IReadOnlyCollection<IncludeSpecification>

Dahil edilecek ilgili veriler.

Şunlara uygulanır

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

Tek bir Include için Include derlemesi gerçekleştirmek için çağrılan üst düzey yöntem.

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)

Parametreler

includeSpecification
IncludeSpecification

Eklenecek gezinti özelliği.

resultType
Type

Sorgu tarafından döndürülen sonuçların türü.

accessorExpression
Expression

Dahil edilecek gezinti özelliğinin ifadesi.

querySourceRequiresTracking
Boolean

Bu sorgunun sonuçlarının izlenip izlenmeyeceğini gösteren bir değer.

Şunlara uygulanır