Click or drag to resize

IWhereRouter Interface

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.0.0-b0520
Syntax
C#
public interface IWhereRouter

The IWhereRouter type exposes the following members.

Methods
  NameDescription
Public methodWhere
Routes this portion of the query to the next WHERE portion of the query
Top
See Also