Determines if a parameter with the specified name exists in a dataset.
function FindParam(const Value: string): TMSParam;
Call the FindParam method to determine if a parameter with the specified name exists in a dataset. Name is the name of the param for which to search. If FindParam finds a param with a matching name, it returns a TMSParam object for the specified Name. Otherwise it returns nil.