GetStorageLocations() Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetStorageLocations() method retrieves one or more storage records from the Ent table, as specified by the filter parameters. Passing no filter parameters will retrieve all storage records from the table.
This method returns a DataSet containing rows for each entity in the ent table that can store.
'Declaration
Public Overloads Shared Function GetStorageLocations() As DataSet
public static DataSet GetStorageLocations()
Return Value
Returns a DataSet that contains all the records in the Ent 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.
| Exception | Description |
|---|---|
| System.Exception | Thrown if an error occurs retrieving the information from the database. |