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
)
Public Overrides Sub ReadMe (
typeVersion As TypeVersion,
memberBytes As Byte(),
ByRef offset As Integer,
session As SessionBase,
page As Page,
useOidShort As Boolean,
schema As Schema,
openRefs As Boolean,
toLoadMembers As List(Of IOptimizedPersistable),
graphDepth As Integer,
graphDepthToLoad As Integer,
primitivesOnly As Boolean
)
public:
virtual void ReadMe(
TypeVersion^ typeVersion,
array<unsigned char>^ memberBytes,
int% offset,
SessionBase^ session,
Page^ page,
bool useOidShort,
Schema^ schema,
bool openRefs,
List<IOptimizedPersistable^>^ toLoadMembers,
int graphDepth,
int graphDepthToLoad,
bool primitivesOnly
) override
abstract ReadMe :
typeVersion : TypeVersion *
memberBytes : byte[] *
offset : int byref *
session : SessionBase *
page : Page *
useOidShort : bool *
schema : Schema *
openRefs : bool *
toLoadMembers : List<IOptimizedPersistable> *
graphDepth : int *
graphDepthToLoad : int *
primitivesOnly : bool -> unit
override ReadMe :
typeVersion : TypeVersion *
memberBytes : byte[] *
offset : int byref *
session : SessionBase *
page : Page *
useOidShort : bool *
schema : Schema *
openRefs : bool *
toLoadMembers : List<IOptimizedPersistable> *
graphDepth : int *
graphDepthToLoad : int *
primitivesOnly : bool -> unit
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