CDaoDatabase::GetQueryDefCount
Call this member function to retrieve the number of queries defined in the database's QueryDefs collection.
short GetQueryDefCount( );
Возвращаемое значение
The number of queries defined in the database.
Заметки
GetQueryDefCount is useful if you need to loop through all querydefs in the QueryDefs collection. To obtain information about a given query in the collection, see GetQueryDefInfo.
Требования
Header: afxdao.h