The DataRowReaderColumnCollection type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindAll | Find all columns that match the search expression.
| |
GetEnumerator | Returns an enumerator that iterates through the collection.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetColumn(String, DataRowReaderColumn ) | Try to find a column which matches the column name.
| |
TryGetColumn(DataColumnSignature, DataRowReaderColumn ) | Try to find a column which matches the column signature.
| |
TryGetColumnAllowingDifferentTypes | Try to find a column which matches the column signature.
|
Properties
Name | Description | |
---|---|---|
Count | Gets the number of columns.
| |
Item Int32 | Gets the column at the specified index in the collection.
| |
Item String | Gets the column with the specified name
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable GetEnumerator | Returns an enumerator that iterates through a collection. |
See Also