Method GetOrdinal
GetOrdinal(string)
Return the index of the named field.
public int GetOrdinal(string name)
Parameters
namestringThe name of the field to find.
Returns
- int
 The index of the named field.
Return the index of the named field.
public int GetOrdinal(string name)
name stringThe name of the field to find.
The index of the named field.