Data Source Api QueryPaging Method
Set query paging. For chaining purpose.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataSourceApiQuery Paging(
int skip = 0,
int take = 0
)Parameters
- skip Int32 (Optional)
- The number of ActualData Objects bypassed.
- take Int32 (Optional)
- The number of ActualData Objects returned.
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.