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

