RelationalGroupByShaperExpression Class
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.
An expression that represents creation of a grouping element in ShaperExpression for relational providers.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public class RelationalGroupByShaperExpression : Microsoft.EntityFrameworkCore.Query.GroupByShaperExpression
type RelationalGroupByShaperExpression = class
inherit GroupByShaperExpression
Public Class RelationalGroupByShaperExpression
Inherits GroupByShaperExpression
- Inheritance
Constructors
RelationalGroupByShaperExpression(Expression, Expression, ShapedQueryExpression) |
Creates a new instance of the RelationalGroupByShaperExpression class. |
Properties
ElementSelector |
The expression representing the element selector for this grouping result. |
GroupingEnumerable |
The expression representing the subquery for the enumerable over this grouping result. (Inherited from GroupByShaperExpression) |
KeySelector |
The expression representing the key selector for this grouping result. (Inherited from GroupByShaperExpression) |
NodeType | (Inherited from GroupByShaperExpression) |
Type | (Inherited from GroupByShaperExpression) |
Methods
Print(ExpressionPrinter) |
Creates a printable string representation of the given expression using ExpressionPrinter. |
Update(Expression, Expression) |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. (Inherited from GroupByShaperExpression) |
Update(Expression, ShapedQueryExpression) |
Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression. (Inherited from GroupByShaperExpression) |
VisitChildren(ExpressionVisitor) | Reduces the node and then calls the visitor delegate on the reduced expression. The method throws an exception if the node is not reducible. |
Applies to
Entity Framework