Click or drag to resize

BcfRelationHasKeyColumns Property

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

Gets a value indicating relation has key columns.

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

Property Value

Type: Boolean
true if relation uses key columns; otherwise false.
See Also