Click or drag to resize

QueryOptionsGetGroupLevel Method

Note: This API is now obsolete.

Gets the group level of the query

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public int GetGroupLevel()

Return Value

Type: Int32
The group level.
See Also