Click or drag to resize
QueryConnectionDetail Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object to store details of the refresh state for the query and a given connection.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardQueryConnectionDetail

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class QueryConnectionDetail : _QueryConnectionDetail, 
	ISerializable

The QueryConnectionDetail type exposes the following members.

Constructors
  NameDescription
Public methodQueryConnectionDetail
Creates a returns a new QueryConnectionDetail object
Public methodQueryConnectionDetail(String)
Creates a returns a new QueryConnectionDetail object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyCancelToken
Public propertyConnection
Gets and sets the name of the connection this object relates to.
Public propertyDataSet
Gets and sets the DataSet returned for the query by this connection.
Public propertyLastRefreshError
Gets and sets the error returned by this connection on the last refresh.
Public propertyLastRefreshFailed
Gets and sets a property that indicates if the last refresh of the query against this connection failed.
Public propertyLastRefreshFinish
Gets and sets the time the last refresh of this query against this connection finished.
Public propertyLastRefreshStart
Gets and sets the time the last refresh of this query against this connection started.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
Remarks