Freigeben über


SelectExpression.GetProjection(ProjectionBindingExpression) Methode

Definition

Ruft die Projektion ab, die der angegebenen ProjectionBindingExpressionzugeordnet ist.

public System.Linq.Expressions.Expression GetProjection (Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression projectionBindingExpression);
member this.GetProjection : Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression -> System.Linq.Expressions.Expression
Public Function GetProjection (projectionBindingExpression As ProjectionBindingExpression) As Expression

Parameter

projectionBindingExpression
ProjectionBindingExpression

Eine Projektionsbindung für die Suche.

Gibt zurück

Die zugeordnete Projektion für die angegebene Projektionsbindung.

Gilt für: