Click or drag to resize

BcfColumnTValueConstraint Property

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

Gets or sets the value-constraint function.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfValueConstraint<T> ValueConstraint { get; set; }

Return Value

Type: BcfValueConstraintT
The value constraint function if set; otherwise null.
Exceptions
ExceptionCondition
NotSupportedExceptionThrow when setting a value other than null on a key-column.
See Also