Method GetKeysForIndex
GetKeysForIndex(int, string)
Gets the primary keys of all rows that have the specified value for the specified column.
public string[] GetKeysForIndex(int columnPid, string value)Parameters
Returns
- string[]
- The primary keys of the rows that have the specified value for the specified column. 
Remarks
- In order for this method to work, the column must either be a foreign key column or it must have the option ‘indexColumn’.