QueryBuilderSetSkipAndPageSize Method
Limits the number of rows in the query to retrieve.
Namespace: MobileTrack.DataContainers.ExtensionsAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public QueryBuilder SetSkipAndPageSize(
ushort skip,
ushort limit
)
- skip UInt16
- Amount of items to skip by.
- limit UInt16
- Limit to set.
QueryBuilder