ProviderExpressionGetQuery(String, ICollectionDataParameterValue, DictionaryString, String) Method

Generates the query by substituting placeholders with generated parameter names.

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 string GetQuery(
	string namedParameterFormat,
	ICollection<DataParameterValue> parameters,
	Dictionary<string, string> placeholderToParameterName
)

Parameters

namedParameterFormat  String
The named parameter format.
parameters  ICollectionDataParameterValue
The parameter values.
placeholderToParameterName  DictionaryString, String
Placeholder to parameter name mapping.

Return Value

String
The query.
Exceptions
ExceptionCondition
ArgumentExceptionThe was or empty.
ArgumentNullExceptionparameters or placeholderToParameterName is .
See Also