DataColumnCollection::IndexOf Method
.NET Framework (current version)
Searches for the specified DataColumn and returns the zero-based index of the first occurrence within the collection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | IndexOf(DataColumn^) | Gets the index of a column specified by name. |
![]() | IndexOf(String^) | Gets the index of the column with the specific name (the name is not case sensitive). |
Show:
