Click or drag to resize
CalculationWorks Logo
BcfDataSetParallelOptionsParallelCalculationEnabled Property
Gets or sets a value indicating whether parallel calculation enabled. Default is false

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public bool ParallelCalculationEnabled { get; set; }

Property Value

Type: Boolean
true if parallel calculation enabled; otherwise, false.
See Also