Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
LiveQueryChangedEventArgs Class
LiveQueryChangedEventArgs Properties
Error Property
Rows Property
LiveQueryChangedEventArgs
Rows Property
Gets the updated rows of the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0154
Syntax
C#
Copy
public
IReadOnlyList
<
IQueryRow
>
Rows
{
get
; }
Property Value
Type:
IReadOnlyList
IQueryRow
See Also
Reference
LiveQueryChangedEventArgs Class
Couchbase.Lite.Query Namespace