StandardOper Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see StandardOper members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new standard operation record to the Std_Oper table. |
![]() ![]() | Clone | The Clone() method adds a new standard operation record to the Std_Oper table by making a copy of an existing record. |
![]() ![]() | Delete | The Delete() method deletes the specified standard operation record from the Std_Oper table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more standard operation records from the Std_Oper table, as specified by the filter parameters. Passing no filter parameters will delete all standard operation records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more standard operation records from the Std_Oper table, as specified by the filter parameters. Passing no filter parameters will retrieve all standard operation records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified standard operation record from the Std_Oper table. |
![]() ![]() | Update | The Update() method updates all columns of the specified standard operation record in the Std_Oper table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified standard operation record in the Std_Oper table. |

