GetByKey Method (OperStepFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified operation step file record from the Oper_Step_File table.
Parameters
- processId
- Required. Holds the ID of the process to which the operation belongs.
- operId
- Required. Holds the ID of the operation to which the step belongs.
- stepNo
- Required. Holds the step number.
- assocFile
- Required. Holds the path and file name of the file associated with the operation step file.
Return Value
Returns a DataSet that contains the DataRow of the specified operation step file in the Oper_Step_File table. If no matching record for the specified operation step file is found, an empty DataSet is returned.