 | BcfRelationSetupChildEndMaxConstraint Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the child rows count maximum.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic int ChildEndMaxConstraint { get; set; }Public Property ChildEndMaxConstraint As Integer
Get
Set
Property Value
Type:
Int32The child rows count maximum. Default is
int.MaxValue.
See Also