ProcessPlaceholder Delegate

Represents the method that is called each time a placeholder match is found during a GetQuery(ProcessPlaceholder) method operation.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public delegate string ProcessPlaceholder(
	ParameterPlaceholder placeholder,
	IList<DataParameterValue> parameterValues
)

Parameters

placeholder  ParameterPlaceholder
The placeholder.
parameterValues  IListDataParameterValue
The parameter values.

Return Value

String
The placeholder will be replaced by the returned value.
See Also