QueryCompletedEventArgs Class |
Namespace: Couchbase.Lite
public class QueryCompletedEventArgs : EventArgs
The QueryCompletedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
QueryCompletedEventArgs |
Initializes a new instance of the QueryCompletedEventArgs class.
|
Name | Description | |
---|---|---|
ErrorInfo |
The error, if any, that occured during the execution of the Query
| |
Rows |
The result rows from the Query.
|