An interface representing a portion of a query that can be routed to
a WHERE portion of the query.
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0134
Syntaxpublic interface IWhereRouter
The IWhereRouter type exposes the following members.
Methods
| Name | Description |
---|
 | Where |
Routes this portion of the query to the next WHERE portion of the
query
|
Top
See Also