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
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