IComponentServiceGetFunction Method (String)

Returns a function instance for the requested function symbol.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
FunctionDefinition GetFunction(
	string symbol
)

Parameters

symbol
Type: SystemString
The function symbol.

Return Value

Type: FunctionDefinition
The requested function.
Exceptions
ExceptionCondition
ArgumentExceptionsymbol is or Empty or symbol is not an existing function symbol.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also