Skip this number of records before starting to return the results
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery Skip(
int count
)
Function Skip (
count As Integer
) As IViewQuery
IViewQuery^ Skip(
int count
)
abstract Skip :
count : int -> IViewQuery
Parameters
- count
- Type: SystemInt32
The number of records to skip
Return Value
Type:
IViewQuery[Missing <returns> documentation for "M:Couchbase.Views.IViewQuery.Skip(System.Int32)"]
See Also