AggregateExpression 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.
Base class for aggregate expressions.
public abstract class AggregateExpression : System.Linq.Expressions.Expression
type AggregateExpression = class
inherit Expression
Public MustInherit Class AggregateExpression
Inherits Expression
- Inheritance
-
AggregateExpression
- Derived
Constructors
AggregateExpression(Expression) |
Specialised constructor for use only by derived class. |
Properties
Expression |
The expression to aggregate. |
NodeType |
Returns the node type of this Expression. (Inherited from Expression.) |
Type |
Gets the static type of the expression that this Expression represents. (Inherited from Expression.) |
Methods
VisitChildren(ExpressionVisitor) |
Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible. |
Applies to
Entity Framework