Click or drag to resize

LiveQuery Methods

The LiveQuery type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resource used by the Query object.
(Inherited from Query.)
Public methodQueryOptionsChanged
Used to indicate that the options of the live query have changed since its first run.
Public methodRun
Sends the query to the server and returns an enumerator over the result rows (Synchronous).
(Overrides QueryRun.)
Public methodRunAsync
Runs the Query asynchronously and will notified Completed event handlers on completion.
(Inherited from Query.)
Public methodRunAsync(FuncQueryEnumerator, CancellationToken)
Runs Query function asynchronously and will notified Completed event handlers on completion.
(Inherited from Query.)
Public methodStart
Starts observing database changes.
Public methodStop
Stops the LiveQuery and stops observing Database changes.
Public methodToLiveQuery
Returns a new LiveQuery with identical properties to the the Query.
(Inherited from Query.)
Public methodToString (Overrides QueryToString.)
Public methodWaitForRows
Blocks until the intial Query completes.
Top
See Also