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 (24.3.0.1000)
Syntax
public virtual string GenerateFunctionCall(
	QueryDefinition query,
	IDictionary<string, string> parameterMapping
)

Parameters

query
Type: Dundas.BI.Data.DataProvidersQueryDefinition
The query.
parameterMapping
Type: System.Collections.GenericIDictionaryString, 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

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