Click or drag to resize

SelectResultExpression Method

Creates an instance based on the given expression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public static ISelectResultAs Expression(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression describing what to select from the query (e.g. Property(String))

Return Value

Type: ISelectResultAs
The instantiated instance
See Also