company logo

Property :: locatedKey - Get located key value

The function returns the key value for the instance located in the property handle according to the access key selected. The instance might be, but need not to be positioned in the property handle. Instances might have been located with by callinglocateKey() or nextKey() function.

When no instance is located in the property handle or when no access key is available, the function throws an exception.

Return value:  Access key ( odaba::Key  )

The sort or access key value is provided as typed string in ESDF or CSV format. Key components can be separated by '|' or ';'.

// key: name;first_name

Miller;Paul          // simple positioned CSV key

"Miller";"Paul Mary" // special characters must be quoted

Implementation details

odaba::Key Property  :: locatedKey (  )