Method GetTableLineRankFromCode
GetTableLineRankFromCode(TableType, string)
Finds first occurence of a given code in a given catalog table, and returns matching row rank.
Declaration
public int GetTableLineRankFromCode(Catalog.TableType tableType, string code)
Parameters
| Type | Name | Description |
|---|---|---|
| Catalog.TableType | tableType | The catalog table to search in. |
| string | code | The code to search. |
Returns
| Type | Description |
|---|---|
| int | The rank of the fist row with matching code in the
given table, or |