Click or drag to resize

DatabaseLocations.ReadMe Method

Used by code generator

Namespace:  VelocityDb
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.TypeInfo.TypeVersion
The version of the type being read
memberBytes
Type:System.Byte[]
offset
Type: System.Int32
session
Type: VelocityDb.Session.SessionBase
page
Type: VelocityDb.Page
useOidShort
Type: System.Boolean
schema
Type: VelocityDb.TypeInfo.Schema
openRefs
Type: System.Boolean
toLoadMembers
Type: System.Collections.Generic.List<IOptimizedPersistable>
graphDepth
Type: System.Int32
graphDepthToLoad
Type: System.Int32
primitivesOnly
Type: System.Boolean

Implements

IOptimizedPersistable.ReadMe(TypeVersion,Byte[], Int32, SessionBase, Page, Boolean, Schema, Boolean, List<IOptimizedPersistable>, Int32, Int32, Boolean)
See Also