EntLink Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by EntLink.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new entity link record to the Ent_Link table. |
![]() ![]() | Delete | The Delete() method deletes the specified entity link from the Ent_Link table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more entity link records from the Ent_Link table, as specified by the filter parameters. Passing no filter parameters will delete all entity link records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more entity link records from the Ent_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity link records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified entity link from the Ent_Link table. |


