LaborDept Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by LaborDept.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new labor department record to the Labor_Dept table. |
![]() ![]() | Delete | The Delete() method deletes the specified labor department record from the Labor_Dept table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more labor department records from the Labor_Dept table, as specified by the filter parameters. Passing no filter parameters will remove all labor department records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more labor department records from the Labor_Dept table, as specified by the filter parameters. Passing no filter parameters will retrieve all labor department records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified labor department record from the Labor_Dept table |
![]() ![]() | Update | The Update() method updates all columns of the specified labor department record in the Labor_Dept table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified labor department record in the Labor_Dept table. |

