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-b0364
Syntax public interface ISelectRouter
The ISelectRouter type exposes the following members.
Methods
| Name | Description |
---|
| Select |
Routes this IExpression to a SELECT portion of a query
|
TopSee Also