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