IBDAC

TIBCSQL.ParamByName Method

Searches a parameter with the specified name.

Class

TIBCSQL

Syntax

function ParamByName(const Value: string): TIBCParam;

Parameters
Value
Holds the parameter name.
Return Value
the parameter, if a match was found.

Remarks

Call the ParamByName method to find a parameter with the name passed in Name argument.

If a match is found, ParamByName returns the parameter. Otherwise, an exception is raised.

See Also

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