UniDAC

TUniSQL.FindParam Method

Searches for a parameter with the specified name.

Class

TUniSQL

Syntax

function FindParam(const Value: string): TUniParam;

Parameters
Value
Holds the name of the parameter to search.
Return Value
a parameter, if a match is found. Nil otherwise.

Remarks

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

See Also

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