Represents a stored procedure. When used in conjunction with the ADO Command object, the Procedure object can be used for adding, deleting, or modifying stored procedures.
The Procedure object allows you to create a stored procedure without having to know or use the provider's "CREATE PROCEDURE" syntax.
With the properties of a Procedure object, you can:
Command and CommandText Properties Example (VB) | Parameters Collection, Command Property Example (VB) | Procedures Append Method Example (VB) | Procedures Delete Method Example (VB)
Properties, Methods, and Events | Procedures Collection