DataEntrySched Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see DataEntrySched members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new data entry schedule record to the Data_Entry_Sched table. |
![]() ![]() | Delete | The Delete() method removes the data entry schedule record from the Data_Entry_Sched table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more certifcation/item link records from the Cert_Item_Link table, as specified by the filter parameters. Passing no filter parameters will remove all certification/item link records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves zero or more data entry shedule records from the Data_Entry_Sched table, as specified by the filter parameters. Passing no filter parameters will retrieve all data entry shedule records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified data entry schedule record from the Data_Entry_Sched table. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns of the specified certification/item link record in the Cert_Item_Link table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns of the specified data entry schedule record in the Data_Entry_Sched table. |

