CustomAggregateCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add(ICustomAggregate) | customAggregate | Adds a specified custom aggregate function to the custom aggregate function collection. |
| Add(IEnumerable<ICustomAggregate>) | items | Adds specified custom aggregate functions to the custom aggregate function collection. |