JobSpec Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by JobSpec.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job specification record to the Job_Spec table. |
![]() ![]() | Delete | The Delete() method deletes the specified job specification record from the Job_Spec table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more job specification records from the Job_Spec table, as specified by the filter parameters. Passing no filter parameters will remove all job specification records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more job specification records from the Job_Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all job specification records from the table. |
![]() ![]() | GetAuditEnabled | The GetAuditEnabled() method returns the update trigger for the Job_Spec table. If auditing is enabled for the Job_Spec table, the output parameter returns value of 1; otherwise, it returns a value of 0. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job specification record from the Job_Spec table. |
![]() ![]() | GetJobSpecs | The GetJobSpecs() method retrieves a list of all specifications of the job specification from the Job_Spec table. |
![]() ![]() | GetSpecPrivs | The GetSpecsPrivs() method retrieves one or more specification privileges for all the users. |
![]() ![]() | Update | The Update() method updates all columns of the specified job specification record in the Job_Spec table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified job specification record in the Job_Spec table. |

