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