Click or drag to resize

BcfRelationChildEndMaxConstraint Property

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
Syntax
public int ChildEndMaxConstraint { get; }

Property Value

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