BTreeSetKeyUsesOidShort Property |
Does this BTree use short object references (32 bit) for its internal references? NO it does not.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override bool UsesOidShort { get; }
Public Overrides ReadOnly Property UsesOidShort As Boolean
Get
public:
virtual property bool UsesOidShort {
bool get () override;
}
abstract UsesOidShort : bool with get
override UsesOidShort : bool with get
Property Value
Type:
BooleanSee Also