Method GetPosition
GetPosition(string)
Gets the 1-based position of the row with the specified primary key in the table.
public int GetPosition(string key)
Parameters
key
stringThe primary key of the row.
Returns
- int
The 1-based position of the row in the table.