Click or drag to resize

BcfTableColumns Property

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

Gets all columns of this table; optimizer generated columns inclusive. A column-collection without optimizer-columns is Defined of returned collection.

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

Property Value

Type: BcfColumnCollection
All columns of table.
See Also