Click or drag to resize
CalculationWorks Logo
BcfFunctionSetupAddParameter Method (String)
Adds a new parameter to the Parameters collection and returns the new associated BcfParameterSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfParameterSetup AddParameter(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the parameter.

Return Value

Type: BcfParameterSetup
A new BcfParameterSetup instance.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also