Column Properties |
The CsvDataReaderColumn type exposes the following members.
Name | Description | |
---|---|---|
DefaultValue |
The value to use for the column when no value is present.
Default is Value.
(Inherited from DataReaderBaseDataReaderColumn.) | |
Format |
The format string to use for parsing irregular date
column values. Must exactly match the column's value
in the data source using the FormatProvider's
formatting symbols.
(Inherited from DataReaderBaseDataReaderColumn.) | |
FormatProvider |
The IFormatProvider to use while
attempting to parse values for this column. Contains
culture specific settings for date and numeric values.
(Inherited from DataReaderBaseDataReaderColumn.) |