TransformExpressionReplacePlaceholders Method

Replaces the placeholder captions with specified names.

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 string ReplacePlaceholders(
	IDictionary<string, string> placeholderToNameMap
)

Parameters

placeholderToNameMap
Type: System.Collections.GenericIDictionaryString, String
The placeholder to name map.

Return Value

Type: String
The expression.
See Also