IViewQueryGroupLevel Method |
Specify the group level to be used
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery GroupLevel(
int level
)
Function GroupLevel (
level As Integer
) As IViewQuery
IViewQuery^ GroupLevel(
int level
)
abstract GroupLevel :
level : int -> IViewQuery
Parameters
- level
- Type: SystemInt32
The level of grouping to use
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also