Click or drag to resize

SelectResultAll Method

Creates a select result instance that will return all of the data in the retrieved document

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static ISelectResultFrom All()

Return Value

Type: ISelectResultFrom
The instantiated instance
See Also