Routes this IExpression to the nexe FROM portion of a query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IFrom From(
IDataSource dataSource
)
Parameters
- dataSource
- Type: Couchbase.Lite.QueryIDataSource
The data source to use in the FROM portion of the query
Return Value
Type:
IFromThe next FROM portion of the query for further processing
See Also