GetAll Method (Spec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAll() method retrieves one or more specification records from the Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all specification records from the table.
| Overload | Description |
|---|---|
| GetAll(String,String,Nullable<Int32>,String,String,String,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more specification records from the Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all specification records from the table. |
| GetAll(String,String,String,Nullable<Int32>,String,String,String,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more specification records from the Spec table, as specified by the filter parameters. Passing no filter parameters will retrieve all specification records from the table. This overload of the method includes the specDescription filter parameter. |