Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
ILiveQuery Interface
ILiveQuery Properties
LastError Property
Rows Property
UpdateInterval Property
ILiveQuery
Rows 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#
Copy
IReadOnlyList
<
IQueryRow
>
Rows
{
get
; }
Property Value
Type:
IReadOnlyList
IQueryRow
See Also
Reference
ILiveQuery Interface
Couchbase.Lite.Query Namespace