What is the previousRecordId() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the previousRecordId() method?
Rating:
The previousRecordId() method is a method of the RecordEnumeration interface. It returns the record Id of the previous record in a given enumeration set. The previous record is specified by the comparator or filter supplied in the constructor of this enumerator. When this method is called, the enumeration moves to the previous available record.
The general syntax of this method is as follows:
Rating:
Was this information helpful?
Other articles
- What is the setMediaTime() method?
- What is the getHeight() method?
- What is the SecurityInfo interface?
- What is the playTone() method?
- What is the DateField class?