Click or drag to resize

BTreeBaseKey, ValueUsesOidShort Property

Does this BTree use short object references (32 bit) for its internal references?

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public abstract bool UsesOidShort { get; }

Property Value

Type: Boolean
See Also