The DataRowReaderColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
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.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
See Also