| XmlRecordReaderColumnCollection Class |
Namespace: DataStreams.Xml
The XmlRecordReaderColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String) |
Adds a XmlRecordReaderColumn to the collection.
| |
| Add(XmlRecordReaderColumn) |
Adds a XmlRecordReaderColumn to the collection.
| |
| Add(String, String) | ||
| Add(XmlRecordReaderColumn, String) | ||
| 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 XmlRecordReaderColumn at the specified index.
| |
| ItemString | ||
| Names | (Inherited from NamedColumnCollection.) |