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