ShiftSched Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ShiftSched members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a shift schedule record to the Shift_Sched table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |
![]() ![]() | Delete | The Delete() method deletes the specified shift schedule record from the Shift_Sched table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more shift schedule records from the Shift_Sched table, as specified by the filter parameters. Passing no filter parameters will remove all shift schedule records from the table. Note: This method is no longer supported. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more shift schedule records from the Shift_Sched table, as specified by the filter parameters. Passing no filter parameters will retrieve all shift schedule records from the table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified shift schedule record from the Shift_Sched table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |
![]() ![]() | Update | The Update() method updates all columns for the specified shift schedule record in the Shift_Sched table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified shift schedule record in the Shift_Sched table. Note: This method is no longer supported. Instead, use the corresponding method in the ShiftSchedule class. |

