GetByKey Method (ProdRateHistory)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified production rate record from the Prod_Rate_History table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = ProdRateHistory.GetByKey(rowId)
Parameters
- rowId
- Required. Holds the ID of a particular production rate record.
Return Value
Returns a DataSet that contains the DataRow of the specified production rate record in the Prod_Rate_History table. If no matching record for the specified ID is found, an empty DataSet is returned.