Query Methods |
The Query type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Releases all resource used by the Query object.
|
![]() | Run |
Runs the Query and returns an enumerator over the result rows.
|
![]() | RunAsync |
Runs the Query asynchronously and
will notified Completed event handlers on completion.
|
![]() | RunAsync(FuncQueryEnumerator, CancellationToken) | |
![]() | ToLiveQuery |
Returns a new LiveQuery with identical properties to the the Query.
|
![]() | ToString | (Overrides ObjectToString.) |