Click or drag to resize

QueryChangedEventArgsResults Property

Gets the updated rows of the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public IResultSet Results { get; }

Property Value

Type: IResultSet
See Also