Click or drag to resize
QueryConnectionDetailsConnectionIdentifierColumnName Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the name of the column that will be appended to the query dataset to indicate the connection the data originated from.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string ConnectionIdentifierColumnName { get; set; }

Property Value

Type: String
The name of the column that will be appended to the query dataset to indicate the connection the data originated from.

Return Value

Type: String
The name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Remarks
The column will only be appended to the dataset if ConnectionHandlingType = 1 and Connections returns more than one connection.
See Also