GetByKey Method (BomItemOperStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified BOM item/operation step link record from the Bom_Item_Oper_Step_Link table.
public static DataSet GetByKey(
string parentItemId,
string verId,
int bomPos,
string processId,
string operId,
int stepNo
)
Parameters
- parentItemId
Required. Holds the ID of the parent item whose link record is being retrieved.
- verId
Required. Holds the ID of the BOM version.
- bomPos
Required. Holds the BOM position.
- processId
Required. Holds the ID of the process to which the operation belongs.
- operId
Required. Holds the ID of the operation.
- stepNo
Required. Holds the number of the operation step whose link record is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified BOM item/operation step in the Bom_Item_Oper_Step_Link table. If no matching record for the specified primary key is found, an empty DataSet is returned.