OpenEdge.DataAdmin.ISequenceValueMap
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL ContainsKey (IDataAdminElement) |
/** returns true if the map has the key
- The key is ITenant when the owner of this collection is an ISequence.
- The key is ISequence when the owner of this collection is an ITenant. */
|
||
| LOGICAL ContainsValue (ISequenceValue) |
/** returns true if the map has the passed sequence value */
|
||
| OpenEdge.DataAdmin.ISequenceValue Get (IDataAdminElement) |
/** returns the sequence value mapped to the passed IDataAdminElement key.
- The key is ITenant when the owner of this collection is an ISequence.
- The key is ISequence when the owner of this collection is an ITenant. */
|
Method Detail
LOGICAL ContainsKey (IDataAdminElement)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsValue (ISequenceValue)
|
||||||||||||||||||||
OpenEdge.DataAdmin.ISequenceValue Get (IDataAdminElement)
|
||||||||||||||||||||