Click or drag to resize

SessionBaseWritePageBytes Method

[Missing <summary> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void WritePageBytes(
	byte[] bytes,
	Page page,
	Dictionary<ushort, long> dbPageWrites,
	ulong transaction,
	Stream fStream,
	byte[] pageInfoBytes
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

page
Type: VelocityDbPage

[Missing <param name="page"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

dbPageWrites
Type: System.Collections.GenericDictionaryUInt16, Int64

[Missing <param name="dbPageWrites"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

transaction
Type: SystemUInt64

[Missing <param name="transaction"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

fStream
Type: System.IOStream

[Missing <param name="fStream"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

pageInfoBytes
Type: SystemByte

[Missing <param name="pageInfoBytes"/> documentation for "M:VelocityDb.Session.SessionBase.WritePageBytes(System.Byte[],VelocityDb.Page,System.Collections.Generic.Dictionary{System.UInt16,System.Int64},System.UInt64,System.IO.Stream,System.Byte[])"]

See Also