Click or drag to resize

Query Methods

The Query type exposes the following members.

Methods
  NameDescription
Public methodDispose
Releases all resource used by the Query object.
Public methodRun
Runs the Query and returns an enumerator over the result rows.
Public methodRunAsync
Runs the Query asynchronously and will notified Completed event handlers on completion.
Public methodRunAsync(FuncQueryEnumerator, CancellationToken)
Runs Query function asynchronously and will notified Completed event handlers on completion.
Public methodToLiveQuery
Returns a new LiveQuery with identical properties to the the Query.
Public methodToString (Overrides ObjectToString.)
Top
See Also