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)
Syntaxpublic string ReplacePlaceholders(
IDictionary<string, string> placeholderToNameMap
)
Public Function ReplacePlaceholders (
placeholderToNameMap As IDictionary(Of String, String)
) As String
public:
String^ ReplacePlaceholders(
IDictionary<String^, String^>^ placeholderToNameMap
)
member ReplacePlaceholders :
placeholderToNameMap : IDictionary<string, string> -> string
Parameters
- placeholderToNameMap
- Type: System.Collections.GenericIDictionaryString, String
The placeholder to name map.
Return Value
Type:
StringThe expression.
See Also