Freigeben über


CollectionResultExpression Konstruktor

Definition

Erstellt eine neue Instanz der CollectionResultExpression-Klasse.

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)

Parameter

projectionBindingExpression
ProjectionBindingExpression

Ein Ausdruck, der darstellt, wie die Unterabfrage von SelectExpression abgerufen wird, um die Elemente abzurufen.

navigation
INavigationBase

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

elementType
Type

Der clr-Typ einzelner Elemente in der Auflistung.

Gilt für: