Add Method (DataLogValue)
- Last UpdatedNov 06, 2025
- 1 minute read
The Add() method adds a new data log value record to the Data_Log_Value table.
| Overload | Description |
|---|---|
| Add(Int32,Int32,Int32,String,Nullable<Int32>,Nullable<Boolean>,DBString,DBString,DBInt,DBInt,DBString,DBString,DBString,DBString,DBString,String) | The Add() method adds a new data log value record to the Data_Log_Value table. This overload of the method includes the lastEditComment input parameter. |
| Add(Int32,Int32,Nullable<Int32>,String,Nullable<Int32>,Nullable<Boolean>,DBString,DBString,DBInt,DBInt,DBString,DBString,DBString,DBString,DateTime) | The Add() method adds a new data log value record to the Data_Log_Value table. This overload of the method includes the lastEditAt output parameter. |