Click or drag to resize
ViewQueryGroupLevel Method
Specify the group level to be used

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery GroupLevel(
	int level
)

Parameters

level
Type: SystemInt32
The level of grouping to use

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryGroupLevel(Int32)
See Also