Click or drag to resize
CalculatedColumn Constructor (CalculatedColumns, String, String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new CalculatedColumn object

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public CalculatedColumn(
	CalculatedColumns Parent,
	string ColumnName = "",
	string ParentDataset = "",
	string Expression = ""
)

Parameters

Parent
Type: DataPAEnterpriseDashboardCalculatedColumns
A CalculatedColumns object that represents the parent of this object.
ColumnName (Optional)
Type: SystemString
The name of the calculated column.
ParentDataset (Optional)
Type: SystemString
The name of the dataset this calculated column will be added to.
Expression (Optional)
Type: SystemString
The expression used to calculate the calculated column.
Remarks