CsvReader..::..ReadNextRecord Method

Reads the next record.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public bool ReadNextRecord()
Public Function ReadNextRecord As Boolean
public:
bool^ ReadNextRecord()

Return Value

trueTruetruetrue (True in Visual Basic) if a record has been successfully reads; otherwise, falseFalsefalsefalse (False in Visual Basic).

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.