Entity
Preparing search index...
@expo/entity-database-adapter-knex
PostgresOrderByClause
Interface PostgresOrderByClause<TFields>
interface
PostgresOrderByClause
<
TFields
extends
Record
<
string
,
any
>
>
{
fieldName
:
keyof
TFields
;
order
:
OrderByOrdering
;
}
Type Parameters
TFields
extends
Record
<
string
,
any
>
Index
Properties
field
Name
order
Properties
field
Name
fieldName
:
keyof
TFields
The field name to order by.
order
order
:
OrderByOrdering
The OrderByOrdering to order by.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
Name
order
Entity
Loading...
The field name to order by.