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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework