DataPA Enterprise Dashboard Controls API Reference

The QueryConnectionDetail type exposes the following members.

Constructors

  Name Description
Public method QueryConnectionDetail()()()()
Creates a returns a new QueryConnectionDetail object
Public method QueryConnectionDetail(String)
Creates a returns a new QueryConnectionDetail object

Methods

  Name Description
Public method GetObjectData
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Connection
Gets and sets the name of the connection this object relates to.
Public property DataSet
Gets and sets the DataSet returned for the query by this connection.
Public property LastRefreshError
Gets and sets the error returned by this connection on the last refresh.
Public property LastRefreshFailed
Gets and sets a property that indicates if the last refresh of the query against this connection failed.
Public property LastRefreshFinish
Gets and sets the time the last refresh of this query against this connection finished.
Public property LastRefreshStart
Gets and sets the time the last refresh of this query against this connection started.

See Also