ProviderElementExpressionDefineElementPlaceholder Method

Defines a data element placeholder for the current expression.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public DataElementPlaceholder DefineElementPlaceholder(
	string caption,
	ConnectorElement element
)

Parameters

caption
Type: SystemString
The caption used in the statement.
element
Type: Dundas.BI.Data.TransformsConnectorElement
The data element.

Return Value

Type: DataElementPlaceholder
The data element placeholder.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
ArgumentExceptioncaption is or Empty or already in use.
See Also