Click or drag to resize

QueryRun Method

Runs the Query and returns an enumerator over the result rows.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public virtual QueryEnumerator Run()

Return Value

Type: QueryEnumerator

[Missing <returns> documentation for "M:Couchbase.Lite.Query.Run"]

Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while executing the Query.
See Also