Searches for and returns a parameter with the specified name.
function ParamByName(const Value: string): TPgParam;
Call the ParamByName method to find a parameter with the name passed in the Name argument.
If a match is found, ParamByName returns the parameter. Otherwise, an exception is raised.