GetByKey Method (StorageExec)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified storage exec record from the Storage_Exec table.
'Usage
Dim entId As Integer
Dim value As DataSet
value = StorageExec.GetByKey(entId)
Parameters
- entId
- Required. Holds the ID of the entity whose storage exec record is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified entity's storage exec record from the Storage_Exec table. If no matching record for the specified entity is found, an empty DataSet is returned.