© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
The project creates auto-generated methods for non-unique indices.
Creates the following methods:
set person = ##class(samples.Person).PhoneIndexOpen("880-555-4323")
While $IsObject(person) {
write !, person.Name
set person = person.PhoneIndexNext("880-555-4323")
}
Example:
Class samples.Person Extends (%Persistent, bondar.indexnav.IndexNav, %Populate)