ODAC

TOraSQL.FindParam Method

Searches for and returns a parameter with the specified name.

Class

TOraSQL

Syntax

function FindParam(const Value: string): TOraParam;

Parameters
Value
Holds the stored procedure name.
Return Value
the parameter, if a match was found. Nil otherwise.

Remarks

Call the FindParam method to find a parameter with the name passed in the Name argument. If a match was found, FindParam returns the parameter. Otherwise, it returns nil.

See Also

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