EntityQueryModelVisitor.IncludeNavigations Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
IncludeNavigations(QueryModel) |
LINQ sorgusunda istenen ilgili verileri içerir. |
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>) |
LINQ sorgusunda istenen ilgili verileri içerir. |
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean) |
LINQ sorgusunda istenen belirli bir gezinti özelliğini içerir. |
IncludeNavigations(QueryModel)
LINQ sorgusunda istenen ilgili verileri içerir.
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)
Parametreler
- queryModel
- Remotion.Linq.QueryModel
Sorgu.
Şunlara uygulanır
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)
LINQ sorgusunda istenen ilgili verileri içerir.
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))
Parametreler
- queryModel
- Remotion.Linq.QueryModel
Sorgu.
- includeSpecifications
- IReadOnlyCollection<IncludeSpecification>
Dahil edilecek ilgili veriler.
Şunlara uygulanır
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)
LINQ sorgusunda istenen belirli bir gezinti özelliğini içerir.
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)
Parametreler
- includeSpecification
- IncludeSpecification
Dahil edilecek 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 değer.
Şunlara uygulanır
Entity Framework