Click or drag to resize
Grid Solutions Framework

PowerMultiCalculatorAdapterAlwaysProduceResult Property

Gets or sets flag indicating whether or not this adapter will produce a result for all calculations. If this value is true and a calculation fails, the adapter will produce NaN for that calculation. If this value is false and a calculation fails, the adapter will not produce any result.

Namespace: PowerCalculations.PowerMultiCalculator
Assembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool AlwaysProduceResult { get; set; }
View Source

Property Value

Boolean
See Also