Gets a row from the database table of the current UDO.
The row is specified by passing its key to the method.
Gets a row from the database table of the current UDO.
The row is specified by passing its key to the method.
| Visual Basic |
|---|
Public Function GetByParams( _ ByVal pIGeneralDataParams As GeneralDataParams _ ) As GeneralData |
Contains a property whose value is the key of the row to return.
For example, for a UDO for a master data table, the object contains a property called Code whose value is the key of the row to return.
| Getting a UDO record (Visual Basic) | ||
|---|---|---|
| ||