DataLogValue Class Members
- Last UpdatedMar 17, 2026
- 3 minute read
The following tables list the members exposed by DataLogValue.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new data log value record to the Data_Log_Value table. |
![]() ![]() | Delete | The Delete() method removes the specified data log value record from the Data_Log_Value table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more data log value records from the Data_Log_Value table, as specified by the filter parameters. Passing no filter parameters will remove all data log value records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more data log value records to the Data_Log_Value table, as specified by the filter parameters. Passing no filter parameters will retrieve all data log value records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified data log value record from the Data_Log_Value table. |
![]() ![]() | Update | Overloaded. The Update() method updates all fields for the specified data log value record in the Data_Log_Value table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns for the specified data log value record in the Data_Log_Value table. |

