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