DataLog16 Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see DataLog16 members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new data log record to the Data_Log_ table. Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods. |
![]() ![]() | Delete | 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. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more data log records from the Data_Log table, as specified by the filter parameters. Passing no filter parameters will remove all data log records from the table. Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more data log records from the Data_Log table, as specified by the filter parameters. Passing no filter parameters will retrieve all data log records from the table. Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods. |
![]() ![]() | GetByKey | The GetByKey() method retrieves 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. |
![]() ![]() | Update | The Update() method updates all fields for the specified data log record in the Data_Log table, except for the grp_id field. Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified data log record in the Data_Log table. Note: The methods in the DataLog16 class should not be used. They have been replaced by the DataLog class methods. |

