Click or drag to resize
CalculationWorks Logo
BcfTableColumns Property
Gets the collection of columns belonging to this table.

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

Property Value

Type: BcfColumnCollection
The BcfColumnCollection.
See Also