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)
Syntaxpublic IViewQuery Skip(
int count
)
Public Function Skip (
count As Integer
) As IViewQuery
public:
virtual IViewQuery^ Skip(
int count
) sealed
abstract Skip :
count : int -> IViewQuery
override 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.ViewQuery.Skip(System.Int32)"]
Implements
IViewQuerySkip(Int32)
See Also