 |
| IBcfParameterArraySourceGetEmptyArray Method |
Gets an empty array or null.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
SyntaxFunction GetEmptyArray As Array
abstract GetEmptyArray : unit -> Array
Return Value
Type:
ArrayAn empty Array or
null.
Remarks
When a computed column or a validator depends on values on 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 has to return null or an empty array.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2
See Also