The properties of the AggregateParameter class are listed below. For a complete list of AggregateParameter class members, see the AggregateParameter Members topic.
Alias | The user-friendly name of the aggregate column |
Column (inherited from ValueParameter) | The column that the parameter is going to query against. |
Distinct | If true, then use (DISTINCT columnName) in the aggregate. |
Function | The type of aggregate function desired. Avg, Count, Min, Max, Sum, StdDev, or Var. (See AggregateParameter.Func enumeration.) |
IsDirty | Used to determine if the AggregateParameter has a value |
SchemaItem (inherited from ValueParameter) | Returns the current SchemaItem for the parameter |
Value | The value that will be placed into the Parameter |
AggregateParameter Class | NCI.EasyObjects Namespace