Clone Method (DataLogGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The Clone() method adds a new data log group record to the Data_Log_Grp table by making a copy of an existing record.
| Overload | Description |
|---|---|
| Clone(Int32,Int32,String,String,Int32) | The Clone() method adds a new data log group record to the Data_Log_Grp table by making a copy of an existing record. This overload of the method identifies the data log group to be copied by its group ID. |
| Clone(Int32,String,String,String,Int32) | The Clone() method adds a new data log group record to the Data_Log_Grp table by making a copy of an existing record. This overload of the method identifies the data log group to be copied by its group name. |