Click or drag to resize
CalculationWorks Logo
BcfColumnFunction Property
Gets the BcfFunctionBase used to calculate the values in this column.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfFunctionBase Function { get; }

Property Value

Type: BcfFunctionBase
The function.
See Also