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