Click or drag to resize

SortedSetOidShortKey Class

A sorted set where the set and all its elements are contained in a single Database
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.CollectionSortedSetBaseKey
      VelocityDb.CollectionSortedSetOidShortKey

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

Type Parameters

Key
The type of elements in the set.

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