Delete Method (DataEntrySched)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the data entry schedule record from the Data_Entry_Sched table.
public static void Delete(
int sessionId,
int keyId,
int keyType,
string category,
string valueName
)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- keyId
- Required. Holds the primary key or row_id value of a row for which data is being collected.
- keyType
- Required. Holds a number that represents the type of data collection being done.
- category
- Required. Holds the category of the data collection.
- valueName
- Required. Holds the specific data or set of values to be collected within this category.