>
Parameters Collection
Description
A Parameters collection contains all the Parameter objects of a QueryDef object.
Remarks
The Parameters collection provides information only about existing parameters. You can't append objects to or delete objects from the Parameters collection.
The only method supported by the Parameters collection is the Refresh method.
Properties
Count Property.
Methods
Refresh Method.
See Also
Appendix, "Data Access Object Hierarchy."
Example
See the Parameter object example.
Example (Microsoft Access)
See the Parameter object example (Microsoft Access).