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