Click or drag to resize

BTreeBaseKey, ValueGetKeyId Method

Overload List
  NameDescription
Public methodGetKeyId(Key)
When Key type implements IOptimizedPersistable, you can use this function to get the Id of the persistent object instead of the entire object. Use for performance reasons in certain cases where reading the object isn't desired. To avoid opening the object, a comparison array which is flagged as complete key must be used.
Public methodGetKeyId(Key, Byte)
When Key type implements IOptimizedPersistable, you can use this function to get the Id of the persistent object instead of the entire object. Use for performance reasons in certain cases where reading the object isn't desired. To avoid opening the object, a comparison array which is flagged as complete key must be used.
Top
See Also