GrpName Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see GrpName members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new user group name record to the Grp_Name table in the database. |
![]() ![]() | CloneGroup | The CloneGroup() method adds a new group name record to the Grp_Name table that is based on a specified existing user group. |
![]() ![]() | Delete | The Delete() method deletes the specified group name record from the Grp_Name table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more group name records from the Grp_Name table, as specified by the filter parameters. Passing no filter parameters will retrieve all group name records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified user group record from the Grp_Name table. |
![]() ![]() | Update | The Update() method updates all columns for the specified group name records in the Grp_Name table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified group name record in the Grp_Name table. |

