Class QueryChangedEventArgs
Arguments for the
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class QueryChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceError
Gets the error that occurred, if any
Declaration
public Exception Error { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
Results
Gets the updated rows of the query
Declaration
public IResultSet Results { get; }
Property Value
| Type | Description |
|---|---|
| IResultSet |