Navigation:  DAO Object Classes >

DaoParameter Class

Previous pageReturn to chapter overviewNext page

Purpose

A query's formal parameters are represented by Parameter objects in the Parameters collection of a QueryDef object

 

Accesses/Assigns

DirectionA value that indicates the direction of a parameter
NameThe name of this object
TypeIndicates the data type of the parameter
ValueIndicates the value of the parameter

 

Inherits from

DaoDao

 

See Also

DaoParameters