RelationalGroupByShaperExpression Constructor
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.
Creates a new instance of the RelationalGroupByShaperExpression class.
public RelationalGroupByShaperExpression (System.Linq.Expressions.Expression keySelector, System.Linq.Expressions.Expression elementSelector, Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression groupingEnumerable);
new Microsoft.EntityFrameworkCore.Query.RelationalGroupByShaperExpression : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression -> Microsoft.EntityFrameworkCore.Query.RelationalGroupByShaperExpression
Public Sub New (keySelector As Expression, elementSelector As Expression, groupingEnumerable As ShapedQueryExpression)
Parameters
- keySelector
- Expression
An expression representing key selector for the grouping result.
- elementSelector
- Expression
An expression representing element selector for the grouping result.
- groupingEnumerable
- ShapedQueryExpression
An expression representing subquery for enumerable over the grouping result.
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