Assigns a command that calls stored procedure specified by name to the SQL property.
procedure CreateProcCall(const Name: string);
Call the CreateProcCall method to assign a command that calls stored procedure specified by Name to the SQL property. The Overload parameter must contain the number of overloaded procedures. Retrieves the information about parameters of the procedure from server. After calling CreateProcCall you can execute stored procedure by the Execute method.