AggregateExpression Class

Definition

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