CertUserLink Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see CertUserLink members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new certification user link record to the Cert_User_Link table. |
![]() ![]() | Delete | The Delete() method deletes the specified certification user link from the Cert_User_Link table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more certification user link records from the Cert_User_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all certification user link records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified certification user link from the Cert_User_Link table. |
![]() ![]() | Update | The Update() method updates all columns for the specified certification user link record in the Cert_User_Link table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified certification user link record in the Cert_User_Link table. |

