RelationalQueryModelVisitor.IncludeNavigations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
このクエリの結果を追跡するかどうかを示す値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework