Spec Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Spec members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new specification record to the Spec table. |
![]() ![]() | Delete | The Delete() method deletes the specified specification record from the Spec table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more specification records from the Spec table, as specified by the filter parameters. Passing no filter parameters will remove all specification records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more specification records from the Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all specification records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified specification record from the Spec table. |
![]() ![]() | GetGroups | The GetGroups() method retrieves all distinct specification groups. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns of the specified specification record in the Spec table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns of the specified specification record in the Spec table. |

