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

ISequenceSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 136. Multi-tenant Maintenance ISequenceSet interface methods
Method syntax
Description
LOGICAL Add ( seq AS ISequence )
Adds the sequence object referenced by seq to the set and returns TRUE if successful.
LOGICAL CanFind ( seqName AS CHARACTER )
Returns TRUE if there is a sequence object in the set that has its Name property set to seqName.
LOGICAL Contains ( seq AS IDomain )
Returns TRUE if the sequence object referenced by seq is in the set.
ISequence Find ( seqName AS CHARACTER )
Returns the sequence object from the set that has its Name property set to seqName. Returns the Unknown value (?) if the object is not found.
See also:
*IDataAdminCollectioninterface
*ISequenceinterface