Click or drag to resize

LiveQueryRun Method

Sends the query to the server and returns an enumerator over the result rows (Synchronous).

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

Return Value

Type: QueryEnumerator

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

Exceptions
ExceptionCondition
CouchbaseLiteException
Remarks
Sends the query to the server and returns an enumerator over the result rows (Synchronous). Note: In a CBLLiveQuery you should add a ChangeListener and call start() instead.
See Also