Inheritance Hierarchy
NReco.PivotData.InputCsvSourceCsvRecord
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CsvSourceCsvRecord type exposes the following members.
Properties
Name | Description | |
---|---|---|
Headers |
Gets list of field headers.
| |
Item |
Gets field value by specified field index.
| |
Length |
Gets total number of field values in this CSV record (row).
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetIndex |
Returns field index by name.
| |
GetType | (Inherited from Object.) | |
GetValueLength |
Gets field value length by field index.
| |
ProcessValueInBuffer |
Perform low-level value processing with specified handler.
| |
ToString | (Inherited from Object.) |
See Also