Used to specify the name of the function that will be defined.
property FunctionName: string;
Use the FunctionName property to specify the name of the function that will be defined for future use in SQL statements. The list of function parameters can be set using the Params property. The implementation of the function has to be defined in the OnExecute event handler.