SelectExpression.AddSingleProjection(ShapedQueryExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a non-scalar single result to the projection of the SelectExpression.
public System.Linq.Expressions.Expression AddSingleProjection (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression shapedQueryExpression);
member this.AddSingleProjection : Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression -> System.Linq.Expressions.Expression
Public Function AddSingleProjection (shapedQueryExpression As ShapedQueryExpression) As Expression
Parameters
- shapedQueryExpression
- ShapedQueryExpression
A shaped query expression for the subquery producing single non-scalar result.
Returns
A shaper expression to shape the result of this projection.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework