Click or drag to resize

BTreeMapBaseKey, ValueGetValueId Method

Overload List
  NameDescription
Public methodGetValueId(Key)
When Value 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.
Public methodGetValueId(Key, Byte)
When Value 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.
Top
See Also