Delete Method (DataLogGrpJobStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified data log group/job step link record from the Data_Log_Grp_Job_Step_Link table.
public static void Delete(
int sessionId,
int grpId,
string woId,
string operId,
int seqNo,
int stepNo
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- grpId
- Required. Holds the ID of the data log group that is being linked.
- woId
- Required. Holds the work order ID of the job step that is being linked.
- operId
- Required. Holds the operation ID of the job step that is being linked.
- seqNo
- Required. Holds the operation sequence number of the job step that is being linked.
- stepNo
- Required. Holds the step number of the job step that is being linked.