Method GetRowFromCode
GetRowFromCode(string, Row, bool)
Finds first row of the cluster with given code.
Declaration
public Catalog.Table.Row GetRowFromCode(string code, Catalog.Table.Row startRow = null, bool backScan = false)
Parameters
Type | Name | Description |
---|---|---|
string | code | Code to search. |
Catalog.Table.Row | startRow | Row from which the search begins. You
can pass |
bool | backScan | Indicates whether the search should be performed from the given start row in backward direction (to the top of the cluster). |
Returns
Type | Description |
---|---|
Catalog.Table.Row | First matching row, or |