Search notes:

ADODB.Parameters

Parameters is a collection of ADODB.Parameter objects.
The objects are indexed with a base of 0 (i. e. the first object is params(0)).
The parameters collection is the default member of the command object.

Methods and properties

append()
count
delete()
item
refresh()

See also

ADO

Index