QueryOptionsSetGroup Method |
Note: This API is now obsolete.
Sets 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 void SetGroup(
bool group
)
Parameters
- group
- Type: SystemBoolean
If set to true group.
See Also