UserName Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by UserName.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new user name record to the User_Name table. |
![]() ![]() | AddOrUpdate | The AddOrUpdate() method update the user name record in the User_Name table if the record already exists or add a new user name record in the User_Name table if it does not exist. |
![]() ![]() | ChangePassword | The ChangePassword() method changes the password of a specified user. |
![]() ![]() | CloneUser | The CloneUser() method purpose of this method is to add a new user to the database based on an existing user. |
![]() ![]() | Delete | The Delete() method deletes the specified user name record from the User_Name table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more user name records from the User_Name table, as specified by the filter parameters. Passing no filter parameters will remove all user name records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more user name records from the User_Name table, as specified by the filter parameters. Passing no filter parameters will retrieve all user name records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified user name record from the User_Name table. |
![]() ![]() | GetFromGroups | The GetFromGroups() method checks if the user is in the User_Name table. If not, it checks if the security mode is set to OS Group. If the security mode is set to OS Group, it checks to see if any of the supplied SIDs match the SID of any group in the Grp_Name table. If so, the user is added to the User_Name table. Finally, the user's entry in the User_Name table is returned. |
![]() ![]() | Update | The Update() method updates all columns of the specified user name record in the User_Name table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified user name record in the User_Name table. |

