Click or drag to resize

BcfColumnTFunction Property

[This is preliminary documentation and is subject to change.]

Gets the BcfFunction used to calculate the values in this column.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfFunction<T> Function { get; }

Property Value

Type: BcfFunctionT
The function.
See Also