Click or drag to resize
CalculatedColumnChildColumns Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a list of calculated columns that have a dependancy on this calculated column

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public List<CalculatedColumn> ChildColumns { get; }

Property Value

Type: ListCalculatedColumn
A list of calculated columns that have a dependancy on this calculated column

Return Value

Type: ListCalculatedColumn
A list of calculated columns that have a dependancy on this calculated column
Remarks