CsvReader..::..GetFieldHeaders Method

Gets the field headers.

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

Syntax


public string[] GetFieldHeaders()
Public Function GetFieldHeaders As String()
public:
array<String^>^ GetFieldHeaders()

Return Value

The field headers or an empty array if headers are not supported.

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.