Click or drag to resize

RGDataRecordGetBytes Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public long GetBytes(
	int i,
	long fieldOffset,
	byte[] buffer,
	int bufferoffset,
	int length
)

Parameters

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

fieldOffset
Type: SystemInt64

[Missing <param name="fieldOffset"/> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

bufferoffset
Type: SystemInt32

[Missing <param name="bufferoffset"/> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)"]

Implements

IDataRecordGetBytes(Int32, Int64, Byte, Int32, Int32)
See Also