RGDataRecordGetBytes Method

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

Definition

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

Parameters

i  Int32

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

fieldOffset  Int64

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

buffer  Byte

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

bufferoffset  Int32

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

length  Int32

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

Return Value

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