Used to specify the stored procedure name that is to be called on the server.
property StoredProcName: string;
Use the StoredProcName property to specify the name of the stored procedure to call on the server. If StoredProcName does not match the name of the existing stored procedure on the server, then when an application attempts to prepare the procedure prior to execution, an exception is raised.