AggrFunctionList class
Represents the list of Korzh.EasyQuery.AggrFunction objects
public class Korzh.EasyQuery.AggrFunctionList : Collection<AggrFunction>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
AggrFunctionList() | void |
Methods
Section titled “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. |