Methods
byCreationTime
- byCreationTime(ascending?): Sorting<T>
Parameters
Optional
ascending: boolean
byId
- byId(ascending?): Sorting<T>
Parameters
Optional
ascending: boolean
byProperty
- byProperty<K>(property, ascending?): Sorting<T>
Parameters
- property: K
Optional
ascending: boolean
byUpdateTime
- byUpdateTime(ascending?): Sorting<T>
Parameters
Optional
ascending: boolean
Define how the query's sort operation should be performed using the available methods.