GetByKey Method (UtilReasCategorySet)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified utilization reason category set record from the Util_Reas_Category_Set table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = UtilReasCategorySet.GetByKey(rowId)
Parameters
- rowId
- Required. Holds the identifier of a utilization reason category possible value whose record is being deleted
Return Value
Returns a DataSet that contains the record of the specified utilization reason category possible value in the Util_Reas_Category_Set table. If no matching records are found, an empty DataSet is returned.