The properties of the DataReaderBase.DataReaderColumn class are listed below. For a complete list of DataReaderBase.DataReaderColumn class members, see the DataReaderBase.DataReaderColumn Members topic.
DefaultValue | The value to use for the column when no value is present. Default is Value. |
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. |
FormatProvider | The IFormatProvider to use while attempting to parse values for this column. Contains culture specific settings for date and numeric values. |
DataReaderBase.DataReaderColumn Class | DataStreams.Common Namespace