EntLink Class Methods
- Last UpdatedMar 17, 2026
- 2 minute read
For a list of all members of this type, see EntLink members.
| 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. |

