GetByKey Method (GrpName)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified user group record from the Grp_Name table.
Parameters
- grpId
Required. Holds the ID of the group that identifies the record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified user group record in the Grp_Name table. If no matching record for the specified user group is found, an empty DataSet is returned.