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

