GetByKey Method (ItemProd)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified item production record from the Item_Prod table.
Parameters
- rowId
- Required. Holds the row ID of the item production record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified item production record in the Item_Prod table. If no matching record for the specified item production record is found, an empty DataSet is returned.