Click or drag to resize

AggregateTerm Properties

The AggregateTerm type exposes the following members.

Properties
  NameDescription
Public propertyAggregate
Gets the Aggregate this Expression represents.
Public propertyArguments
Gets the Arguments of the Expression.
(Overrides BaseUnaryExpression.Arguments.)
Public propertyCanParallelise
Gets whether the expression can be parallelised.
(Overrides BaseUnaryExpression.CanParallelise.)
Public propertyFunctor
Gets the Functor of the Expression.
(Overrides BaseUnaryExpression.Functor.)
Public propertyType
Gets the Type of the Expression.
(Overrides BaseUnaryExpression.Type.)
Public propertyVariables
Gets the enumeration of variables that are used in the the aggregate expression.
(Overrides BaseUnaryExpression.Variables.)
Top
See Also