GetByKey(Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified entity's OEE exec record from the Oee_Exec table.
Parameters
- entId
- Required. Holds the ID of the entity whose OEE exec record is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified entity's OEE exec record in the OEE_Exec table. If no matching record for the specified OEE exec is found, an empty DataSet is returned.