Group
Definição do objeto Group para agrupamento de resultados com Query.
getColumn
getColumn() : string
Description
Returns the column that will be used to perform the grouping.
Return
( string )
The name of the column.
setColumn
setColumn(column: string) : Group
Description
Defines the column that will be used to perform the grouping.
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
column | string | The name of the column. |
Return
( Group )
Current Group object.