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