RelationalDataProviderGenerateFunctionCall Method

Generates the statement that calls the table-valued function.

Namespace: Dundas.BI.Data.DataProviders.Relational
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public virtual string GenerateFunctionCall(
	QueryDefinition query,
	IDictionary<string, string> parameterMapping
)

Parameters

query  QueryDefinition
The query.
parameterMapping  IDictionaryString, String
The parameter mapping. Specify a new parameter name for each source parameter. If there is no mapping, a default value will be passed.

Return Value

String
The statement that calls the function.
Exceptions
ExceptionCondition
ArgumentNullExceptionquery is .
See Also