GetStorageExecData Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetStorageExecData() method retrieves one or more storage records from the Storage_Exec table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table.
Parameters
- entID
- Required. Holds the ID of the entity for which the storage exec data is requested.
Return Value
Returns a DataSet that contains all the records in the Storage_Exec table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.