Click or drag to resize
CalculatedColumnApply Method (Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Applies the current expression to the column in the dataset

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Apply(
	bool Force
)

Parameters

Force
Type: SystemBoolean
If true, will force the calculated column to be re-applied regardless of whether the expression has changed

Return Value

Type: Boolean
True if the current expression is applied to the column in the dataset
Remarks