ADO - Command Object

The Command object is a logical wrapper around a stored procedure. The Properties collection contains a collection of Property objects which hold different pieces of information about the command object. The Parameters collection contains a collection of Parameter objects which represent arguments of a stored procedure or placeholders of a stored procedure.

Methods of the Command object

todo: Add useful methods here.

Properties of the Command object

todo: add useful properties here.