Click or drag to resize

ILiveQuery Methods

The ILiveQuery type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodStart
Starts the monitoring process for the live query (to stop, the live query must be disposed). Accessing Rows will automatically call this.
Public methodStop
Stops observing the database for changes. Calling Start or Rows will restart it.
Top
See Also