Click or drag to resize

BTreeBaseKey, ValueInitNew Method

Internal use only

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void InitNew(
	SessionBase session,
	ushort maxEntriesPerNode,
	ushort comparisonArraySize,
	bool comparisonArrayIsCompleteKey,
	bool isMap
)

Parameters

session
Type: VelocityDb.SessionSessionBase

[Missing <param name="session"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.InitNew(VelocityDb.Session.SessionBase,System.UInt16,System.UInt16,System.Boolean,System.Boolean)"]

maxEntriesPerNode
Type: SystemUInt16

[Missing <param name="maxEntriesPerNode"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.InitNew(VelocityDb.Session.SessionBase,System.UInt16,System.UInt16,System.Boolean,System.Boolean)"]

comparisonArraySize
Type: SystemUInt16

[Missing <param name="comparisonArraySize"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.InitNew(VelocityDb.Session.SessionBase,System.UInt16,System.UInt16,System.Boolean,System.Boolean)"]

comparisonArrayIsCompleteKey
Type: SystemBoolean

[Missing <param name="comparisonArrayIsCompleteKey"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.InitNew(VelocityDb.Session.SessionBase,System.UInt16,System.UInt16,System.Boolean,System.Boolean)"]

isMap
Type: SystemBoolean

[Missing <param name="isMap"/> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.InitNew(VelocityDb.Session.SessionBase,System.UInt16,System.UInt16,System.Boolean,System.Boolean)"]

See Also