Click or drag to resize

IFromRouterFrom Method

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-b0520
Syntax
C#
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: IFrom
The next FROM portion of the query for further processing
See Also