Click or drag to resize
QueryConnectionDetails Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object to determine the connection handling properties of a query.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardQueryConnectionDetails

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

The QueryConnectionDetails type exposes the following members.

Constructors
  NameDescription
Public methodQueryConnectionDetails
Creates a returns a new QueryConnectionDetails object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyClone
Public propertyConnectionHandlingType
Gets and sets a value that indicates how this query should handle connections.
Public propertyConnectionIdentifierColumnName
Gets and sets the name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Public propertyConnections
Gets and sets a collection that contains the names of the connections the query should be run against.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Top
Remarks