Click or drag to resize

MultiRecordEngineReadNexts Method

Read a defined number of records from the source

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public Object[] ReadNexts(
	int numberOfRecords
)

Parameters

numberOfRecords
Type: SystemInt32
The count of records to read

Return Value

Type: Object
An Array with all the read record objects
See Also