Click or drag to resize

QueryFactorySelect Method

Selects all the results of the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
public static ISelect Select()

Return Value

Type: ISelect
The initial SELECT portion of the query
See Also