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