OperStepChoice Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see OperStepChoice members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job step choice record to the Job_Step_Choice table. |
![]() ![]() | AddOrUpdateChoices | Overloaded. 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. |
![]() ![]() | Delete | The Delete() method deletes the specified operation step choice record from the Oper_Step_Choice table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more operation step choice records from the Oper_Step_Choice table, as specified by the filter parameters. Passing no filter parameters will remove all operation step choice records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more operation step choice records from the Oper_Step_Choice table, as specified by the filter parameters. Passing no filter parameters will retrieve all operation step choice records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified operation step choice record from the Oper_Step_Choice table. |
![]() ![]() | Update | The Update() method updates all columns of the specified operation step choice record in the Oper_Step_Choice table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified operation step choice record in the Oper_Step_Choice table. |

