EntityQueryModelVisitor.IncludeNavigations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IncludeNavigations(QueryModel) |
LINQ クエリで要求された関連データが含まれます。 |
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>) |
LINQ クエリで要求された関連データが含まれます。 |
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean) |
LINQ クエリで要求された特定のナビゲーション プロパティが含まれます。 |
IncludeNavigations(QueryModel)
LINQ クエリで要求された関連データが含まれます。
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)
パラメーター
- queryModel
- Remotion.Linq.QueryModel
クエリです。
適用対象
IncludeNavigations(QueryModel, IReadOnlyCollection<IncludeSpecification>)
LINQ クエリで要求された関連データが含まれます。
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))
パラメーター
- queryModel
- Remotion.Linq.QueryModel
クエリです。
- includeSpecifications
- IReadOnlyCollection<IncludeSpecification>
含める関連データ。
適用対象
IncludeNavigations(IncludeSpecification, Type, Expression, Boolean)
LINQ クエリで要求された特定のナビゲーション プロパティが含まれます。
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)
パラメーター
- includeSpecification
- IncludeSpecification
含めるナビゲーション プロパティ。
- resultType
- Type
クエリによって返される結果の種類。
- accessorExpression
- Expression
含めるナビゲーション プロパティの式。
- querySourceRequiresTracking
- Boolean
このクエリの結果を追跡するかどうかを示す値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework