Provides classes for stored procedure information. StoredProcedureList shows a list of all stored procedure information in the connected database when the tree node 'Stored Procedure' is selected. StoredProcedureInfo shows the detail information of each store procedure. When executing a stored procedure ( ExecuteProcedure ), GetProcParameterDlg is shown to get the parameter values from user and ResultSetDlg in StoredCommand package is shown for the executing result set.