Click or drag to resize

BcfGetParameterResultOption Enumeration

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public enum BcfGetParameterResultOption
Members
  Member nameValueDescription
Auto0 Depending on parameter link and data present GetSource(BcfRow, BcfGetParameterSourceOption, BcfGetParameterResultOption, Boolean) will return one, no item or an item enumerable.
FirstOrNull1GetSource(BcfRow, BcfGetParameterSourceOption, BcfGetParameterResultOption, Boolean) will return one or no item.
Enumerable2GetSource(BcfRow, BcfGetParameterSourceOption, BcfGetParameterResultOption, Boolean) will return an item enumerable.
See Also