Click or drag to resize

IHavingRouter Interface

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-b0520
Syntax
C#
public interface IHavingRouter

The IHavingRouter type exposes the following members.

Methods
  NameDescription
Public methodHaving
Adds the given expression as a HAVING clause onto this query
Top
See Also