|
|
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. */
|