GetColumnIndexByName Method
GetColumnIndexByName(String)
Gets the index of a column identified by its name.
Declaration
public int GetColumnIndexByName(string name)
Parameters
String | name | The name of the column. |
Returns
Int32 | The index of the column matching the specified name, or -1 if no column exists with that name. |