QueryBuilderSetSkipAndPageSize Method

Limits the number of rows in the query to retrieve.

Definition

Namespace: MobileTrack.DataContainers.Extensions
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public QueryBuilder SetSkipAndPageSize(
	ushort skip,
	ushort limit
)

Parameters

skip  UInt16
Amount of items to skip by.
limit  UInt16
Limit to set.

Return Value

QueryBuilder

Exceptions

ArgumentOutOfRangeExceptionThrown if limit is 0 or smaller.

See Also