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: 11.1.0.0 (11.1)
Syntax
public abstract bool UsesOidShort { get; }

Property Value

Type: Boolean
See Also