BTreeMapBaseKey, ValueGetValueId Method |
Name | Description | |
---|---|---|
GetValueId(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.
| |
GetValueId(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.
|