SelectExpression.ApplyCollectionJoin メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplyCollectionJoin(Int32, Int32, Expression, INavigation, Type) | |
ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean) |
以前に追加されたコレクション プロジェクションを適用します。 |
ApplyCollectionJoin(Int32, Int32, Expression, INavigation, Type)
public System.Linq.Expressions.Expression ApplyCollectionJoin (int collectionIndex, int collectionId, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Type elementType);
member this.ApplyCollectionJoin : int * int * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigation * Type -> System.Linq.Expressions.Expression
Public Function ApplyCollectionJoin (collectionIndex As Integer, collectionId As Integer, innerShaper As Expression, navigation As INavigation, elementType As Type) As Expression
パラメーター
- collectionIndex
- Int32
- collectionId
- Int32
- innerShaper
- Expression
- navigation
- INavigation
- elementType
- Type
戻り値
適用対象
ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean)
以前に追加されたコレクション プロジェクションを適用します。
public System.Linq.Expressions.Expression ApplyCollectionJoin (int collectionIndex, int collectionId, System.Linq.Expressions.Expression innerShaper, Microsoft.EntityFrameworkCore.Metadata.INavigationBase navigation, Type elementType, bool splitQuery = false);
member this.ApplyCollectionJoin : int * int * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * Type * bool -> System.Linq.Expressions.Expression
Public Function ApplyCollectionJoin (collectionIndex As Integer, collectionId As Integer, innerShaper As Expression, navigation As INavigationBase, elementType As Type, Optional splitQuery As Boolean = false) As Expression
パラメーター
- collectionIndex
- Int32
保留中のコレクションから適用するコレクションを指定する int 値。
- collectionId
- Int32
このコレクション プロジェクションに関連付けられている一意のコレクション ID の int 値。
- innerShaper
- Expression
このコレクションの要素を整形するために使用するシェーパー式。
- navigation
- INavigationBase
このコレクションに関連付けられているナビゲーション (存在する場合)。
- elementType
- Type
コレクション内の要素の型。
- splitQuery
- Boolean
コレクション クエリを別の DbCommand で実行するかどうかを示す値。
戻り値
このコレクションのシェイプを表す式。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework