Click or drag to resize
CalculatedColumnDependantColumns Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets an array of column names that this calculated column is dependant on.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string[] DependantColumns { get; }

Property Value

Type: String
An array of column names that this calculated column is dependant on.

Return Value

Type: String
An array of column names that this calculated column is dependant on.
Remarks