Delete Method (DataLog16)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified data log record from the Data_Log table.
Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- rowId
- Required. Holds the row ID of the data log record to be deleted.