Skip to main content

aggrfunctiondescriptor-struct

Defines a structure that "describes" an aggregate function

public struct Korzh.EasyQuery.AggrFunctionDescriptor

Assembly: Korzh.EasyQuery.dll

Properties

NameTypeDescription
AppliedToDataType[]Gets or sets the list of data types this function can be applied to.
CaptionstringGets or sets the function's caption.
ExprstringGets or sets the function's expression (usually a piece of SQL with {exprN} variables as parameters.
FormatstringGets or sets the function's display format. It defines how the function will be represented in UI
IdstringGets or sets the function ID (SUM, COUNT, etc).