Partager via


CollectionResultExpression Constructeur

Définition

Crée une instance de la classe CollectionResultExpression.

public CollectionResultExpression (Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression projectionBindingExpression, Microsoft.EntityFrameworkCore.Metadata.INavigationBase? navigation, Type elementType);
new Microsoft.EntityFrameworkCore.Query.CollectionResultExpression : Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression * Microsoft.EntityFrameworkCore.Metadata.INavigationBase * Type -> Microsoft.EntityFrameworkCore.Query.CollectionResultExpression
Public Sub New (projectionBindingExpression As ProjectionBindingExpression, navigation As INavigationBase, elementType As Type)

Paramètres

projectionBindingExpression
ProjectionBindingExpression

Expression représentant comment obtenir la sous-requête à partir de SelectExpression pour obtenir les éléments.

navigation
INavigationBase

Navigation associée à cette collection, le cas échéant.

elementType
Type

Type clr des éléments individuels de la collection.

S’applique à