Returns the keys for all the rows in the main table for a specific UDO.
For example, if the UDO MealOrders was linked to the user-defined table @SM_OMOR table, and the service was instantiated for the MealOrders UDO, then this method would return the keys for all the rows in @SM_OMOR.
| Visual Basic |
|---|
Public Function GetList() As GeneralCollectionParams |
A collection of GeneralDataParams objects is returned.
Each object contains the key for one row in the table. For example, for a UDO for a master data table, each object contains a property called Code whose value is the key of a row in the table.
| Getting list of all records (Visual Basic) | Copy Code | |
|---|---|---|
| ||