Open this page in the API Guide

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

Parameters

query
Type: Dundas.BI.Data.DataProviders.QueryDefinition
The query.
parameterMapping
Type: System.Collections.Generic.IDictionary<String, 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 null.
See Also