次の方法で共有


RelationalQueryModelVisitor.IncludeNavigations メソッド

定義

オーバーロード

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

Include コンパイルを実行するために呼び出される高レベルのメソッド。

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

1 つの Include に対して Include コンパイルを実行するために呼び出される高レベルのメソッド。

IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)

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

パラメーター

queryModel
Remotion.Linq.QueryModel

クエリ モデル。

includeSpecifications
IReadOnlyCollection<IncludeSpecification>

含める関連データ。

適用対象

IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)

1 つの Include に対して 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)

パラメーター

includeSpecification
IncludeSpecification

含めるナビゲーション プロパティ。

resultType
Type

クエリによって返される結果の種類。

accessorExpression
Expression

含めるナビゲーション プロパティの式。

querySourceRequiresTracking
Boolean

このクエリの結果を追跡するかどうかを示す値。

適用対象