DoesRecordExist Method
- Last UpdatedApr 08, 2026
- 1 minute read
Identifies whether a given record number exists for the currently bound table.
public virtual bool DoesRecordExist(
int recordNumber
)
public:
virtual bool DoesRecordExist(
int recordNumber
)
Parameters
- recordNumber
- The record number on which to validate existence.
Return Value
true if the record exists. Otherwise, false.