| GetByParams Method | |
| See Also Example |
- pIGeneralDataParams
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.
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 |
- pIGeneralDataParams
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.
The data for the returned row.
| Getting a UDO record (Visual Basic) | Copy Code | |
|---|---|---|
| ||