SelectExpression.ApplyCollectionJoin Yöntem

Tanım

Aşırı Yüklemeler

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

Daha önce eklenen koleksiyon projeksiyonu uygular.

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

Parametreler

collectionIndex
Int32
collectionId
Int32
innerShaper
Expression
navigation
INavigation
elementType
Type

Döndürülenler

Expression

Şunlara uygulanır

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

Daha önce eklenen koleksiyon projeksiyonu uygular.

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

Parametreler

collectionIndex
Int32

Bekleyen koleksiyondan hangi koleksiyonun uygulanacaklarını tahmin eden bir int değeri.

collectionId
Int32

Bu koleksiyon projeksiyonu ile ilişkili benzersiz koleksiyon kimliğinin bir int değeri.

innerShaper
Expression

Bu koleksiyonun öğelerini şekillendirmek için kullanabileceğiniz bir şekilleyici ifadesi.

navigation
INavigationBase

Varsa, bu koleksiyonla ilişkili bir gezinti.

elementType
Type

Koleksiyonda öğenin türü.

splitQuery
Boolean

Koleksiyon sorgusunun farklı bir DbCommand ile çalıştırıp çalıştırılamayacaklarını belirten bir değer.

Döndürülenler

Expression

Bu koleksiyonun şekillendirmeyi temsil eden bir ifade.

Şunlara uygulanır