Method TryGetRowFromName
TryGetRowFromName(string, out Row, Row, bool)
Finds first row of the cluster with given name.
Declaration
public bool TryGetRowFromName(string name, out Catalog.Table.Row foundRow, Catalog.Table.Row startRow = null, bool backScan = false)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name to search (in current language set for the application). |
Catalog.Table.Row | foundRow | When this method returns, contains the
first matching row, or |
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 |
---|---|
bool |
|