LiveQuery Methods |
The LiveQuery type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases all resource used by the Query object.
(Inherited from Query.) | |
QueryOptionsChanged |
Used to indicate that the options of the live query have changed since its first
run.
| |
Run | Sends the query to the server and returns an enumerator over the result rows (Synchronous).
(Overrides QueryRun.) | |
RunAsync |
Runs the Query asynchronously and
will notified Completed event handlers on completion.
(Inherited from Query.) | |
RunAsync(FuncQueryEnumerator, CancellationToken) | (Inherited from Query.) | |
Start | Starts observing database changes. | |
Stop |
Stops the LiveQuery and stops observing Database changes.
| |
ToLiveQuery |
Returns a new LiveQuery with identical properties to the the Query.
(Inherited from Query.) | |
ToString | (Overrides QueryToString.) | |
WaitForRows |
Blocks until the intial Query completes.
|