Skip to content

AggrFunction class

Represents aggregate function

public class Korzh.EasyQuery.AggrFunction
TypeNameDescription
StringCaptionGets or sets the caption of aggregate function.
StringDisplayFormatGets or sets the display format of aggregate function.
BooleanEnabledGets or sets a value indicating whether this Korzh.EasyQuery.AggrFunction is enabled.
StringIDGets the function ID (e.g. SUM or COUNT DISTINCT)
BooleanIsDefaultGets a value indicating whether this function is default.
StringMainTextGets the main part of function’s DisplayFormat (this text will be shown as link in query columns panel)
Int32ParamCountGets the number of parameters which are taken by the aggregate function.
StringSqlExprGets the function expression used in SQL expressions (e.g. SUM({arg}) or COUNT(DISTINCT {arg}) )