Skip to content

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

NameTypeDescription
AggrFunctionList()void
NameTypeDescription
Add(AggrFunctionDescriptor descriptor)voidAdds an aggregate function by its descriptor.
FindById(string id)AggrFunctionFinds aggregate function by its ID.