Click or drag to resize

ILiveQueryRows Property

The last retrieved rows from this query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
IReadOnlyList<IQueryRow> Rows { get; }

Property Value

Type: IReadOnlyListIQueryRow
See Also