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
)
Function GetFunction (
symbol As String
) As FunctionDefinition
FunctionDefinition^ GetFunction(
String^ symbol
)
abstract GetFunction :
symbol : string -> FunctionDefinition
Parameters
- symbol
- Type: SystemString
The function symbol.
Return Value
Type:
FunctionDefinitionThe requested function.
Exceptions See Also