 | BcfRelationChildEndMinConstraint Property |
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.2.0
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