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

