OperSpecVer Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by OperSpecVer.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new operation specification version record to the Oper_Spec_Ver table. |
![]() ![]() | Delete | The Delete() method deletes the specified operation specification version record from the Oper_Spec_Ver table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more operation specification version records from the Oper_Spec_Ver table, as specified by the filter parameters. Passing no filter parameters will remove all operation specification version records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more operation specification version records from the Oper_Spec_Ver table, as specified by the filter parameters. Passing no filter parameters will retrieve all operation specification version records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified operation specification version record from the Oper_Spec_Ver table. |
![]() ![]() | GetVersions | The GetVersions() method retrieves one or more operation specification version records that are used by every operation in a process from the Oper_Spec_Ver table as specified by the filter parameters. If a specification version does not appear in every operation, then it does not appear in the returned dataset. |
![]() ![]() | Update | The Update() method updates all columns of the specified operation specification version record in the Oper_Spec_Ver table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified operation specification version record in the Oper_Spec_Ver table. |

