Click or drag to resize

ISelectRouter Interface

An interface representing an IExpression that can be routed to a SELECT portion of a query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public interface ISelectRouter

The ISelectRouter type exposes the following members.

Methods
  NameDescription
Public methodSelect
Routes this IExpression to a SELECT portion of a query
Top
See Also