prorm API Reference
← Documentation
GitLab
Preparing search index...
query-builders/functions
AggOrderBy
Type Alias AggOrderBy
AggOrderBy
:
|
string
|
{
column
:
string
;
direction
?:
"ASC"
|
"DESC"
}
|
(
string
|
{
column
:
string
;
direction
?:
"ASC"
|
"DESC"
}
)
[]
A single ORDER BY entry, either a bare column name or
{ column, direction }
.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
A single ORDER BY entry, either a bare column name or
{ column, direction }.