CDaoQueryDef::GetParameterCount
Call this member function to retrieve the number of parameters in the saved query.
short GetParameterCount( );
Return Value
The number of parameters defined in the query.
Remarks
GetParameterCount is useful for looping through all parameters in the querydef. For that purpose, use GetParameterCount in conjunction with GetParameterInfo.
For related information, see the topics "Parameter Object", "Parameters Collection", and "PARAMETERS Declaration (SQL)" in DAO Help.
Requirements
Header: afxdao.h