RGDataRecordGetBytes Method

Definition

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

Parameters

i  Int32
 
fieldOffset  Int64
 
buffer  Byte
 
bufferoffset  Int32
 
length  Int32
 

Return Value

Int64

Implements

IDataRecordGetBytes(Int32, Int64, Byte, Int32, Int32)

See Also