QueryOptionsIsGroup Method |
Note: This API is now obsolete.
Gets whether or not this query groups its results
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax[ObsoleteAttribute("Use the appropriate property")]
public bool IsGroup()
Return Value
Type:
Booleantrue if this instance groups its results; otherwise,
false.
See Also