DataLogGrpJobStepLink Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by DataLogGrpJobStepLink.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new data log group/job step link record to the Data_Log_Grp_Job_Step_Link table |
![]() ![]() | Delete | The Delete() method deletes the specified data log group/job step link record from the Data_Log_Grp_Job_Step_Link table. |
![]() ![]() | DeleteAll | The Delete All() method deletes multiple records from the Data_Log_Grp_Job_Step_Link table. Note: This is considered to be an advanced method and must be used with care. Calling this methods with all parameters set to null will cause all the data in the table to be deleted. Whenever possible, use the Delete methods rather than the DeleteAll method |
![]() ![]() | GetAll | The GetAll() method retrieves one or more data log group/job step link records in the Data_Log_Grp_Job_Step_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all data log group/job step link records in the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified data log group/job step link record from the Data_Log_Grp_Job_Step_Link table. |
![]() ![]() | Update | The Update() method updates all columns for the specified record in the Data_Log_Grp_Job_Step_Link table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified record in the Data_Log_Grp_Job_Step_Link table. |

