DataObjectApiQueryPaging Method
|
Set query paging. For chaining purpose.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public DataObjectApiQuery Paging(
int skip = 0,
int take = 0
)
Parameters
- skip (Optional)
- Type: SystemInt32
The number of ActualData Objects bypassed. - take (Optional)
- Type: SystemInt32
The number of ActualData Objects returned.
Return Value
Type:
DataObjectApiQueryThe query object itself for chaining purpose.
See Also