Click or drag to resize

ILiveQuery Properties

The ILiveQuery type exposes the following members.

Properties
  NameDescription
Public propertyLastError
If not null, the error of the last execution of the query. Otherwise, the query was sucessful
Public propertyRows
The last retrieved rows from this query
Public propertyUpdateInterval
Gets or sets the shortest interval at which the query will update, regardless of how often the database changes. Defaults to 0.2 seconds. Increase this if the query is expensive and the database updates frequently to limit CPU consumption.
Top
See Also