RecordSetReader GetChars Method NReco.Data Class Library Documentation

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public override long GetChars(
	int ordinal,
	long dataOffset,
	char[] buffer,
	int bufferOffset,
	int length
)

Return Value

Type: Int64

Implements

IDataRecord GetChars(Int32, Int64,  Char , Int32, Int32)
See Also