ColumnCollection Properties |
The FixedWidthDataReader.ColumnCollection 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.) | |
Item[Int32] |
The FixedWidthDataReader.Column at the specified index.
| |
Item[String] |
The FixedWidthDataReader.Column corresponding to the given column name.
| |
Names | (Inherited from NamedColumnCollection.) |