Click or drag to resize

LiveQueryStart Method

Starts observing database changes.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void Start()
Remarks
Starts the LiveQuery and begins observing Database changes. When the Database changes in a way that would affect the results of the Query, the Rows property will be updated and any Changed delegates will be notified. Accessing the Rows property or adding a Changed delegate will automatically start the LiveQuery.
See Also