Click or drag to resize

QueryCompletedEventArgs Constructor

Initializes a new instance of the QueryCompletedEventArgs class.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public QueryCompletedEventArgs(
	QueryEnumerator rows,
	Exception errorInfo
)

Parameters

rows
Type: Couchbase.LiteQueryEnumerator
Rows.
errorInfo
Type: SystemException
Error info.
See Also