DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The name of the column that will be appended to the query dataset to indicate the connection the data originated from.
The name of the column that will be appended to the query dataset to indicate the connection the data originated from.
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ConnectionIdentifierColumnName { get; set; } |
Visual Basic |
---|
Public Property ConnectionIdentifierColumnName As String Get Set |
Visual C++ |
---|
public: virtual property String^ ConnectionIdentifierColumnName { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringThe name of the column that will be appended to the query dataset to indicate the connection the data originated from.
Return Value
Type: StringThe 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.