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