Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : ISequenceValue interface
 

ISequenceValue interface

An ISequenceValue object stores the current value of a multi-tenant sequence for a given regular tenant. Thus, multi-tenant enabled sequence current values are stored per tenant and exposed as a SequenceValues property on the ISequence and ITenant interfaces. This property returns a collection of ISequenceValue objects mapped to an ISequence or ITenant key.
* ISequenceValue properties
* ISequenceValue methods
* ISequenceValue examples