EntFile Class Methods
- Last UpdatedNov 06, 2025
- 2 minute read
For a list of all members of this type, see EntFile members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds an entity file record to Ent_File table. |
![]() ![]() | Delete | The Delete() method deletes the specified entity file record from the Ent_File table. |
![]() ![]() | GetAll | The GetAll() method retrieves entity file records from the Ent_File table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity file records from the table. |
![]() ![]() | Update | The Update() method updates all columns for the specified entity file record in the Ent_File table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified entity file record in the Ent_File table. |

