CsvReader..::..FieldCount Property

Gets the maximum number of fields to retrieve for each record.

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

Syntax


public int FieldCount { get; }
Public ReadOnly Property FieldCount As Integer
	Get
public:
property int^ FieldCount {
	int^ get ();
}

Field Value

The maximum number of fields to retrieve for each record.

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.