Open this page in the API Guide

DataProcess.CreateBridgeParameter 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 (25.1.0.1000)
Syntax
public BridgeParameter CreateBridgeParameter(
	string name,
	string description,
	ParameterValueTypes inputCategory
)

Parameters

name
Type: System.String
The parameter name.
description
Type: System.String
The parameter description.
inputCategory
Type: Dundas.BI.Data.Parameters.ParameterValueTypes
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