GetByKey Method (DataLogGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified data log group record from the Data_Log_Grp table.
'Usage
Dim grpId As Integer
Dim value As DataSet
value = DataLogGrp.GetByKey(grpId)
Parameters
- grpId
- Required. Holds the ID of the data log group that is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified data log group from the Data_Log_Grp table. If no matching record for the specified data log group is found, an empty DataSet is returned.