Click or drag to resize
CalculationWorks Logo
BcfFunctionSetupAddParameter Method (String, 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: 2.1.0.0
Syntax
public BcfParameterSetup AddParameter(
	string parameterName,
	string accessPath
)

Parameters

parameterName
Type: SystemString
Name of the parameter.
accessPath
Type: SystemString
The access path.

Return Value

Type: BcfParameterSetup
A new BcfParameterSetup instance.
See Also