GetByKey Method (ReceiptLot)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified receipt lot record from the Receipt_Lot table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = ReceiptLot.GetByKey(rowId)
Parameters
- rowId
- Required. Holds the row ID of the receipt lot record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified receipt lot in the Receipt_Lot table. If no matching record is found, an empty DataSet is returned.