Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

MultiRecordEngine.ReadNexts Method 

Reads the specified number of records from a file or stream opened with the BeginReadFile or BeginReadStream method.

[Visual Basic]
Public Function ReadNexts( _
   ByVal numberOfRecords As Integer _
) As Object()
[C#]
public object[] ReadNexts(
   int numberOfRecords
);

Parameters

numberOfRecords
The number of records to read. If there are less records in the source, read to the end.

Return Value

The nexts records of the opened file or stream.

Remarks

If there are less records in the source, read to the end.

See Also

MultiRecordEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox