| ColumnCollection Properties |
The CsvDataReaderColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CaseSensitive |
This determines whether the column lookup using the column name
will be case sensitive or not. Default is true.
(Inherited from NamedColumnCollection.) | |
| Count | (Inherited from NamedColumnCollection.) | |
| ItemInt32 |
The CsvDataReaderColumn at the specified index.
| |
| ItemString |
The CsvDataReaderColumn corresponding to the given column name.
| |
| Names | (Inherited from NamedColumnCollection.) |