 | 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
Syntaxpublic BcfColumnCollection Columns { get; }Public ReadOnly Property Columns As BcfColumnCollection
Get
Property Value
Type:
BcfColumnCollectionAll columns of table.
See Also