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

ISequenceValueMap methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.
Table 137. Multi-tenant Maintenance ISequenceValueMap interface methods
Method syntax
Description
LOGICAL ContainsKey (
  pElm AS IDataAdminElement )
Returns TRUE if the map has the key for an:
*ITenant when the owner of this collection is an ISequence
*ISequence when the owner of this collection is an ITenant
LOGICAL ContainsValue (   seqVal AS ISequenceValue )
Returns TRUE if the map contains the sequence value passed by seqVal.
ISequenceValue Get ( pElm AS IDataAdminElement)
Returns the sequence value mapped to the passed IDataAdminElement key for an:
*ITenant when the owner of this collection is an ISequence
*ISequence when the owner of this collection is an ITenant
See also:
*IDataAdminCollectioninterface
*IDataAdminElementinterface
*ISequenceinterface
*ISequenceValueinterface
*ITenant interface