RecordSetReader GetBytes Method NReco.Data Class Library Documentation

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

public override long GetBytes(
	int ordinal,
	long dataOffset,
	byte[] buffer,
	int bufferOffset,
	int length
)

Return Value

Type: Int64

Implements

IDataRecord GetBytes(Int32, Int64,  Byte , Int32, Int32)
See Also