JobStepGroup Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see JobStepGroup members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job step group record to the Job_Step_Group table. |
![]() ![]() | Delete | The Delete() method deletes the specified job step group record from the Job_Step_Grp table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more job step group records from the Job_Step_Grp table, as specified by the filter parameters. Passing no filter parameters will remove all job step group records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more job step group records from the Job_Step_Grp table, as specified by the filter parameters. Passing no filter parameters will retrieve all job step group records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job step group record from the Job_Step_Grp table. |
![]() ![]() | Update | The Update() method updates all columns of the specified job step group record in the Job_Step_Grp table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified job step group record in the Job_Step_group table. |

