aggrfunctionlist-class
Represents the list of Korzh.EasyQuery.AggrFunction objects
public class Korzh.EasyQuery.AggrFunctionList
: Collection<AggrFunction>
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| AggrFunctionList() | void |
Methods
| Name | Type | Description |
|---|---|---|
| Add(AggrFunctionDescriptor descriptor) | void | Adds an aggregate function by its descriptor. |
FindById(string id) | AggrFunction | Finds aggregate function by its ID. |