MultiRecordEngineReadNexts Method |
Read a defined number of records from the source
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic Object[] ReadNexts(
int numberOfRecords
)
Public Function ReadNexts (
numberOfRecords As Integer
) As Object()
Parameters
- numberOfRecords
- Type: SystemInt32
The count of records to read
Return Value
Type:
ObjectAn Array with all the read record objects
See Also