AddOrUpdateChoices Method (JobStepChoice)
- Last UpdatedNov 06, 2025
- 1 minute read
The AddOrUpdateChoices() method adds or updates job step choice records in the Job_Step_Choice table.
This overload of the method adds or updates only one job step choice record.
| Overload | Description |
|---|---|
| AddOrUpdateChoices(Int32,String,String,Int32,Int32,Nullable<Boolean>,Int32,String) | The AddOrUpdateChoices() method adds or updates job step choice records in the Job_Step_Choice table. This overload of the method adds or updates only one job step choice record. |
| AddOrUpdateChoices(Int32,String,String,Int32,Int32,Nullable<Boolean>,StepChoice[]) | The AddOrUpdateChoices() method adds or updates job step choice records in the Job_Step_Choice table. This overload of the method adds or updates one or more job step choice records. |