SelectExpression.ApplyCollectionJoin Methode

Definition

Überlädt

ApplyCollectionJoin(Int32, Int32, Expression, INavigation, Type)
ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean)

Wendet die zuvor hinzugefügte Sammlungsprojektion an.

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

Parameter

collectionIndex
Int32
collectionId
Int32
innerShaper
Expression
navigation
INavigation
elementType
Type

Gibt zurück

Gilt für:

ApplyCollectionJoin(Int32, Int32, Expression, INavigationBase, Type, Boolean)

Wendet die zuvor hinzugefügte Sammlungsprojektion an.

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

Parameter

collectionIndex
Int32

Ein int-Wert, der angibt, welche Auflistung aus der ausstehenden Auflistung angewendet werden soll.

collectionId
Int32

Ein int-Wert der eindeutigen Sammlungs-ID, die dieser Auflistungsprojektion zugeordnet ist.

innerShaper
Expression

Ein Shaper-Ausdruck, der zum Strukturieren der Elemente dieser Auflistung verwendet werden soll.

navigation
INavigationBase

Eine Navigation, die dieser Sammlung zugeordnet ist, falls vorhanden.

elementType
Type

Der Elementtyp der Auflistung

splitQuery
Boolean

Ein Wert, der angibt, ob die Sammlungsabfrage mit einem anderen DbCommand ausgeführt wird.

Gibt zurück

Ein Ausdruck, der die Strukturierung dieser Auflistung darstellt.

Gilt für: