Click or drag to resize

BTreeMapOidShortKey, Value Class

Represents a collection of objects that is maintained in sorted order. Collection and all objects must be within a single Database (since references uses OidShort persistently)
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.Collection.BTreeBTreeNode
      VelocityDb.Collection.BTreeBTreeBaseKey, Value
        VelocityDb.Collection.BTreeBTreeMapBaseKey, Value
          VelocityDb.Collection.BTreeBTreeMapOidShortKey, Value

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class BTreeMapOidShort<Key, Value> : BTreeMapBase<Key, Value>, 
	IEnumerable<KeyValuePair<Key, Value>>, IEnumerable, IEnumerable<Key>

Type Parameters

Key
The object type of keys in this BTreeMapOidShort/>
Value
The value type of values in this BTreeMapOidShort

The BTreeMapOidShortKey, Value type exposes the following members.

Constructors
Properties
Methods
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