Click or drag to resize

BTreeByteArrayReadMe Method

Used by code generator

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override void ReadMe(
	TypeVersion typeVersion,
	byte[] memberBytes,
	ref int offset,
	SessionBase session,
	Page page,
	bool useOidShort,
	Schema schema,
	bool openRefs,
	List<IOptimizedPersistable> toLoadMembers,
	int graphDepth,
	int graphDepthToLoad,
	bool primitivesOnly
)

Parameters

typeVersion
Type: VelocityDb.TypeInfoTypeVersion
The version of the type being read
memberBytes
Type: SystemByte
offset
Type: SystemInt32
session
Type: VelocityDb.SessionSessionBase
page
Type: VelocityDbPage
useOidShort
Type: SystemBoolean
schema
Type: VelocityDb.TypeInfoSchema
openRefs
Type: SystemBoolean
toLoadMembers
Type: System.Collections.GenericListIOptimizedPersistable
graphDepth
Type: SystemInt32
graphDepthToLoad
Type: SystemInt32
primitivesOnly
Type: SystemBoolean

Implements

IOptimizedPersistableReadMe(TypeVersion, Byte, Int32, SessionBase, Page, Boolean, Schema, Boolean, ListIOptimizedPersistable, Int32, Int32, Boolean)
See Also