RGDataRecordGetChars Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.Data.RGDataRecord.GetChars(System.Int32,System.Int64,System.Char[],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 GetChars(
	int i,
	long fieldoffset,
	char[] buffer,
	int bufferoffset,
	int length
)

Parameters

i  Int32

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

fieldoffset  Int64

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

buffer  Char

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

bufferoffset  Int32

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

length  Int32

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

Return Value

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