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

