Aracılığıyla paylaş


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

Ş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 uygulanacağını belirten bir int değeri.

collectionId
Int32

Bu koleksiyon projeksiyonuyla ilişkili benzersiz koleksiyon kimliğinin int değeri.

innerShaper
Expression

Bu koleksiyonun öğelerini şekillendirmek için kullanılacak bir şekillendirici ifadesi.

navigation
INavigationBase

Varsa, bu koleksiyonla ilişkilendirilmiş bir gezinti.

elementType
Type

Koleksiyondaki öğenin türü.

splitQuery
Boolean

Koleksiyon sorgusunun farklı bir DbCommand ile çalıştırılıp çalıştırılmayacağını gösteren değer.

Döndürülenler

Bu koleksiyonun şekillendirmesini temsil eden ifade.

Şunlara uygulanır