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
| int | The index of the column matching the specified name, or -1 if no column exists with that name.  |