CdbRecordset::GetNoMatch Property

Returns a value indicating whether a particular record was found using the Seek method or one of the Find methods. TRUE indicates that the desired record was not found.

Syntax

BOOLGetNoMatch(VOID);

Remarks

When you open or create a Recordset object, its NoMatch property is set to FALSE.