An interface representing a portion of a query that can take HAVING
as its next step
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public interface IHavingRouter
The IHavingRouter type exposes the following members.
Methods
| Name | Description |
---|
| Having |
Adds the given expression as a HAVING clause onto this query
|
TopSee Also