Udostępnij za pośrednictwem


SelectExpression.ApplyCollectionJoin Metoda

Definicja

Przeciążenia

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

Stosuje wcześniej dodaną projekcję kolekcji.

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

Parametry

collectionIndex
Int32
collectionId
Int32
innerShaper
Expression
navigation
INavigation
elementType
Type

Zwraca

Dotyczy

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

Stosuje wcześniej dodaną projekcję kolekcji.

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

Parametry

collectionIndex
Int32

Wartość int określająca, która kolekcja z oczekujących kolekcji ma być stosowana.

collectionId
Int32

Wartość int unikatowego identyfikatora kolekcji skojarzonego z tą projekcją kolekcji.

innerShaper
Expression

Wyrażenie kształtu używane do kształtowania elementów tej kolekcji.

navigation
INavigationBase

Nawigacja skojarzona z tą kolekcją, jeśli istnieje.

elementType
Type

Typ elementu w kolekcji.

splitQuery
Boolean

Wartość wskazująca, czy zapytanie kolekcji zostanie uruchomione z inną wartością DbCommand.

Zwraca

Wyrażenie reprezentujące kształtowanie tej kolekcji.

Dotyczy