Click or drag to resize
Column Properties

The CsvDataReaderColumn type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
The value to use for the column when no value is present. Default is Value.
(Inherited from DataReaderBaseDataReaderColumn.)
Public propertyFormat
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.)
Public propertyFormatProvider
The IFormatProvider to use while attempting to parse values for this column. Contains culture specific settings for date and numeric values.
(Inherited from DataReaderBaseDataReaderColumn.)
Top
See Also