Skip this number of records before starting to return the results
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IViewQuery Skip(
int count
)
public IViewQuery Skip(
int count
)
Public Function Skip (
count As Integer
) As IViewQuery
Public Function Skip (
count As Integer
) As IViewQuery
public:
virtual IViewQuery^ Skip(
int count
) sealed
public:
virtual IViewQuery^ Skip(
int count
) sealed
abstract Skip :
count : int -> IViewQuery
override Skip :
count : int -> IViewQuery
abstract Skip :
count : int -> IViewQuery
override Skip :
count : int -> IViewQuery
Parameters
- count
- Type: System.Int32
The number of records to skip
Return Value
Type:
IViewQuery[Missing <returns> documentation for "M:Couchbase.Views.ViewQuery.Skip(System.Int32)"]
Implements
IViewQuery.Skip(Int32)
See Also