ConnectorElementExpressionDefineInputElementParameter Method

Defines an input connector element parameter for the current expression.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ParameterPlaceholder DefineInputElementParameter(
	string caption,
	string name,
	string description,
	ConnectorElement defaultElement
)

Parameters

caption
Type: SystemString
The parameter caption used in the statement.
name
Type: SystemString
Name of the parameter.
description
Type: SystemString
The parameter description.
defaultElement
Type: Dundas.BI.Data.TransformsConnectorElement
The default element.

Return Value

Type: ParameterPlaceholder
The parameter placeholder.
Exceptions
ExceptionCondition
ArgumentNullExceptiondefaultElement is .
ArgumentExceptioncaption is or Empty or already in use.
See Also