Click or drag to resize

RGDataRecordGetChars Method

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

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

Parameters

i
Type: SystemInt32

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

fieldoffset
Type: SystemInt64

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

buffer
Type: SystemChar

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

bufferoffset
Type: SystemInt32

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

length
Type: SystemInt32

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

Return Value

Type: Int64

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

Implements

IDataRecordGetChars(Int32, Int64, Char, Int32, Int32)
See Also