CalculatedColumnApply Method (Boolean) |
|
DataPA OpenAnalytics API Reference
Applies the current expression to the column in the dataset
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Apply(
bool Force
)
Public Function Apply (
Force As Boolean
) As Boolean
public:
virtual bool Apply(
bool Force
) sealed
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:
BooleanTrue if the current expression is applied to the column in the dataset
Remarks See Also