Click or drag to resize

QueryCompletedEventArgs Class

Query completed event arguments.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.LiteQueryCompletedEventArgs

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class QueryCompletedEventArgs : EventArgs

The QueryCompletedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodQueryCompletedEventArgs
Initializes a new instance of the QueryCompletedEventArgs class.
Top
Properties
  NameDescription
Public propertyErrorInfo
The error, if any, that occured during the execution of the Query
Public propertyRows
The result rows from the Query.
Top
See Also