Click or drag to resize

ISelectRouterSelect Method

Routes this IExpression to a SELECT portion of a query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
ISelect Select()

Return Value

Type: ISelect
The next SELECT portion of the query
See Also