GetByKey Method (UtilReasGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified utilization reason group record from the Util_Reas_Grp table.
'Usage
Dim reasGrpId As Integer
Dim value As DataSet
value = UtilReasGrp.GetByKey(reasGrpId)
Parameters
- reasGrpId
- Required. Holds the ID of the utilization reason group that is being retrieved.
Return Value
Returns a DataSet that contains the record of the specified utilization reason group in the Util_Reas_Grp table. If no matching records are found, an empty DataSet is returned.