Try OpenEdge Now
Programming Interfaces
Database Administration Entity Interface Reference
:
ISequence interface
:
ISequence examples
:
Setting properties for an existing sequence
Setting properties for an existing sequence
The following code edits one of the properties on an existing domain:
assign
sequence = service:GetSequence("OrderSeq").
sequence:IsCyclic = true.
service:UpdateSequence(sequence).
See also:
IDataAdminElementinterface
ISequenceSetinterface
ISequenceValueMapinterface