The AggregateExpression type exposes the following members.

Properties

  NameDescription
Public propertyColumn
The expression to perform the aggregate function on.
Public propertyDistinct
A flag indicating whether this expression should be evaluated with only distinct values.
Public propertyFunction
The type of aggregate function used in this expression.
Public propertyResultName
The column name to use if this expression is part of a result set.

See Also