Click or drag to resize

BcfPrimaryKeyColumns Property

Gets the key columns.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfReadOnlyArrayList<BcfColumn> Columns { get; }

Property Value

Type: BcfReadOnlyArrayListBcfColumn
The columns.
See Also