Click or drag to resize

BTreeSetOidShortKey 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, Key
        VelocityDb.Collection.BTreeBTreeSetOidShortKey

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

Type Parameters

Key
The object type of objects in this BTree, currently must be a subclass of OptimizedPersistable

The BTreeSetOidShortKey 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