Click or drag to resize

LiveQueryRows Property

Gets the results of the Query. The value will be null until the initial Query completes.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public QueryEnumerator Rows { get; }

Property Value

Type: QueryEnumerator
The row results of the Query.
See Also