Sequences (creating, reading, updating and deleting)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following code shows how to use the API service
to create, read, update, and delete sequences using the ISequence interface:
|
It is also possible to retrieve a collection of sequences in
the database from the service and then add, update, and remove sequences
in the ISequenceSet collection before passing the
collection to the service to commit all changes in a single transaction:
|
For more information on the:
-
ISequenceentity interface, see ISequence interface -
ISequenceSetentity collection interface, see ISequenceSet interface