 |
| BcfColumnBehaviorColumnTypeConstraints Property |
Gets the column type constraints.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic IEnumerable<IBcfColumnTypeConstraint> ColumnTypeConstraints { get; }Public ReadOnly Property ColumnTypeConstraints As IEnumerable(Of IBcfColumnTypeConstraint)
Get
Property Value
Type:
IEnumerableIBcfColumnTypeConstraintThe column type constraints. If no defined an empty array
See Also