Click or drag to resize

BcfParameterSourceColumn Property

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

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

Property Value

Type: BcfColumn

Implements

IBcfParameterSourceColumn
See Also