RGDataRecordGetChars Method

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public long GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)

Parameters

i  Int32
 
fieldoffset  Int64
 
buffer  Char
 
bufferoffset  Int32
 
length  Int32
 

Return Value

Int64

Implements

IDataRecordGetChars(Int32, Int64, Char, Int32, Int32)

See Also