LiteDAC

TCustomLiteUserFunction.FunctionName Property

Used to specify the name of the function that will be defined.

Class

TCustomLiteUserFunction

Syntax

property FunctionName: string;

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback