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 (24.3.0.1000)
Syntax
public delegate string ProcessPlaceholder(
	ParameterPlaceholder placeholder,
	IList<DataParameterValue> parameterValues
)

Parameters

placeholder
Type: Dundas.BI.Data.ParametersParameterPlaceholder
The placeholder.
parameterValues
Type: System.Collections.GenericIListDataParameterValue
The parameter values.

Return Value

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