Click or drag to resize

BcfParameterSourceColumn Property

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

Returns the column the parameter depends on. Value is null on optimizer columns or is parameter is not linked (see IsLinked).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public virtual BcfColumn SourceColumn { get; }

Property Value

Type: BcfColumn
See Also