Click or drag to resize

BcfRelationChildEndMaxConstraint Property

Gets a value indicating the maximum count of child rows a parent row may have.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public int ChildEndMaxConstraint { get; }

Property Value

Type: Int32
Remarks
The maximum count of child rows. Default is Int32.MaxValue
See Also