GetOperEntLinkData Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetOperEntLinkData() method retrieves the requested rows from the Oper_Ent_Link table that links operations to entities. The returned rows can be filtered by the process ID, the operation ID, and the entity ID.
Parameters
- processId
- Required. Holds the ID of the process to use for filtering. Pass null if not used.
- operId
- Required. Holds the ID of the operation to use for filtering. Pass null if not used.
- entId
- Required. Holds the ID of the entity ID to use for filtering. Pass null if not used.
Return Value
Returns a DataSet containing the rows from the Oper_Ent_Link table that match the
specified filters.