SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecordList → AppRecordList ReadByColumn() Method
Reads any record list type by a column value.
| Parameter | Type | Description |
|---|---|---|
|
columnName |
string |
The name of the column without the "TS_" prefix. |
|
value |
Variant |
Behavior depends on the Variant internal type:
|
| Type | Description |
|---|---|
|
bool |
Returns true if successful; false otherwise. A successful read may return zero results if no items match the query. Check for results by calling the AppRecordList.empty() method. |
SBM ModScript version: 11.3.
As the behavior depends on the Variant internal type, the functions CInt, CStr, and CDbl can be used to get a Variant with the desired internal type.
If the table is cached by Application Engine, the record may be read from the cache instead of the database.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.