JobStepData Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by JobStepData.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job step data record to the Job_Step_Data table. |
![]() ![]() | Delete | The Delete() method removes the specified job step data record from the Job_Step_Data table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more job step data records from the Job_Step_Data table, as specified by the filter parameters. Passing no filter parameters will retrieve all job step data records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job step data record from the Job_Step_Data table. |
![]() ![]() | Update | The Update() method updates all columns of the specified job step data record in the Job_Step_Data table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified job step data record in the Job_Step_Data table. |

