OlapDataProviderReplaceParameterPlaceholders Method

Replaces the parameter placeholder.

Namespace: Dundas.BI.Data.DataProviders.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
protected abstract string ReplaceParameterPlaceholders(
	string queryStatement,
	Dictionary<string, ParameterValue> actualValues,
	ICollection<DataParameterValue> parameterCollection
)

Parameters

queryStatement  String
The query statement.
actualValues  DictionaryString, ParameterValue
The actual values.
parameterCollection  ICollectionDataParameterValue
The parameter collection.

Return Value

String
A reference to a String what contains updated query statement.
See Also