CalculationWorks Logo
BcfDataSetMaxRecursionDepth Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Gets or sets the maximum recursion depth.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public int MaxRecursionDepth { get; set; }

Property Value

Type: Int32
The maximum recursion depth.
Remarks

The depth is limited in order to avoid stack overflow. If using long calculation chains like self joins over much more than 250 parent-child rows, the calculation may slow down.

Default is 250. Minimum is 10.

See Also

Reference