sqlkit
Preparing search index...
PaginationOptions
Interface PaginationOptions<T>
interface
PaginationOptions
<
T
>
{
columns
?:
(
keyof
T
)
[]
;
joins
?:
Join
<
T
,
any
>
[]
;
limit
?:
number
;
offset
?:
number
;
orderBy
?:
OrderBy
<
T
>
[]
;
page
?:
number
;
where
?:
WhereCondition
<
T
>
;
with
?:
ManyToManyJoin
<
any
,
any
>
[]
;
}
Type Parameters
T
Hierarchy (
View Summary
)
QueryRowsPayload
<
T
>
PaginationOptions
Index
Properties
columns?
joins?
limit?
offset?
order
By?
page?
where?
with?
Properties
Optional
columns
columns
?:
(
keyof
T
)
[]
Optional
joins
joins
?:
Join
<
T
,
any
>
[]
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
By
orderBy
?:
OrderBy
<
T
>
[]
Optional
page
page
?:
number
Optional
where
where
?:
WhereCondition
<
T
>
Optional
with
with
?:
ManyToManyJoin
<
any
,
any
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
columns
joins
limit
offset
order
By
page
where
with
sqlkit
Loading...