 | BcfRelationChildEndMinConstraint Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating the minimum count of child rows a parent row may have.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic int ChildEndMinConstraint { get; }Public ReadOnly Property ChildEndMinConstraint As Integer
Get
Property Value
Type:
Int32
RemarksThe minimum count of child rows. Default is 0.
See Also