Click or drag to resize
CalculationWorks Logo
BcfParameterArraySourceTElementGetEmptyArray Method
Gets an empty array or null.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public Array GetEmptyArray()

Return Value

Type: Array
An empty Array or null.

Implements

IBcfParameterArraySourceGetEmptyArray
Remarks

When a computed column or a validator depends on properties of child rows there is a special case: What parameter value should be set if there is no child row? The implementation of this method makes the difference. The implementation returns an empty array.

To use null in case of as no child rows use BcfParameterArraySource2TElement

Version Information

CalculationWorks.BusinessModel

Supported in: 3.2
See Also