|
Method syntax
|
Description
|
|
LOGICAL ContainsKey (
pElm AS IDataAdminElement ) |
Returns TRUE if the map has the key for an:
|
|
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:
|