 |
| BcfTablePrimaryKeyColumns Property |
Gets the key columns.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic ReadOnlyCollection<BcfColumn> Columns { get; }Public ReadOnly Property Columns As ReadOnlyCollection(Of BcfColumn)
Get
Property Value
Type:
ReadOnlyCollectionBcfColumnThe columns.
See Also