ViewQuery GroupLevel Method Couchbase .NET SDK 2.1.0 Documentation
Specify the group level to be used

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

Parameters

level
Type: System Int32
The level of grouping to use

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery GroupLevel(Int32)
See Also