Open this page in the API Guide

ProviderElementExpression.DefineElementPlaceholder 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 (25.1.0.1000)
Syntax
public DataElementPlaceholder DefineElementPlaceholder(
	string caption,
	ConnectorElement element
)

Parameters

caption
Type: System.String
The caption used in the statement.
element
Type: Dundas.BI.Data.Transforms.ConnectorElement
The data element.

Return Value

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