Click or drag to resize

SortedMapOidShortKey, Value Class

A sorted map where all keys and values and the map are contained within a single Database
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.CollectionSortedSetBaseKey
      VelocityDb.CollectionSortedMapBaseKey, Value
        VelocityDb.CollectionSortedMapOidShortKey, Value

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class SortedMapOidShort<Key, Value> : SortedMapBase<Key, Value>
where Key : OptimizedPersistable
where Value : OptimizedPersistable

Type Parameters

Key
The Type of keys of this map
Value
The Type of values of this map

The SortedMapOidShortKey, Value type exposes the following members.

Constructors
Properties
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also