| FixedWidthDataReaderColumnCollection Class |
Namespace: DataStreams.FixedWidth
The FixedWidthDataReaderColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedWidthDataReaderColumnCollection | Initializes a new instance of the FixedWidthDataReaderColumnCollection class |
| Name | Description | |
|---|---|---|
| Add(DataReaderBaseDataReaderColumn) |
Adds a DataReaderBaseDataReaderColumn to the collection.
(Inherited from DataReaderBaseDataReaderColumnCollection.) | |
| Add(String, Int32) |
Adds a FixedWidthDataReaderColumn to the collection.
| |
| Add(DataReaderBaseDataReaderColumn, String) |
Adds a DataReaderBaseDataReaderColumn to the collection.
(Inherited from DataReaderBaseDataReaderColumnCollection.) | |
| Add(String, Int32, String) |
Adds a FixedWidthDataReaderColumn to the collection.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIndex | (Inherited from NamedColumnCollection.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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 FixedWidthDataReaderColumn at the specified index.
| |
| ItemString |
The FixedWidthDataReaderColumn corresponding to the given column name.
| |
| Names | (Inherited from NamedColumnCollection.) |