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 public QueryEnumerator Rows { get; }
Property Value
Type:
QueryEnumeratorThe row results of the
Query.
See Also