Represents a collection of RecordSet Column objects for a RecordSet.
Inheritance Hierarchy
NReco.Data RecordSet ColumnCollection
Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The RecordSet ColumnCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Checks whether the collection contains a column with the specified name.
| |
| Equals | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetOrdinal | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the total number of elements in a collection.
| |
| Item Int32 |
Gets the RecordSet Column from the collection at the specified index.
| |
| Item String |
Gets the RecordSet Column from the collection with the specified name.
|
See Also