www.csvreader.com

Reads another record.

[Visual Basic]
Overrides Public Function ReadRecord() As Boolean
[C#]
public override bool ReadRecord();

Return Value

Whether another record was successfully read or not.

Exceptions

Exception Type Condition
ObjectDisposedException Methods were called after the object has been disposed.

See Also

CsvReader Class | DataStreams.Csv Namespace