DataProcessCreateBridgeParameter Method (String, String, ParameterValueTypes)

Creates a bridge parameter with the specified properties.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public BridgeParameter CreateBridgeParameter(
	string name,
	string description,
	ParameterValueTypes inputCategory
)

Parameters

name
Type: SystemString
The parameter name.
description
Type: SystemString
The parameter description.
inputCategory
Type: Dundas.BI.Data.ParametersParameterValueTypes
The input category.

Return Value

Type: BridgeParameter
The bridge parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioninputCategory is not a defined member of ParameterValueTypes enumeration or it not valid for a bridge parameter.
See Also