Click or drag to resize

IWhereRouterWhere Method

Routes this portion of the query to the next WHERE portion of the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IWhere Where(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to evaluate in the WHERE portion

Return Value

Type: IWhere
The next WHERE portion of the query
See Also