GetAll Method (Process)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAll() method retrieves one or more process records from the Process table, as specified by the filter parameters. Passing no filter parameters will retrieve all process records from the table.
| Overload | Description |
|---|---|
| GetAll(String,String,String,String,Nullable<Int32>,Nullable<Int32>,String,String,Nullable<DateTime>,String,Nullable<DateTime>,String,Nullable<DateTime>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,String,Nullable<DateTime>) | The GetAll() method retrieves one or more process records from the Process table, as specified by the filter parameters. Passing no filter parameters will retrieve all process records from the table. |
| GetAll(String,String,String,String,ProcessLevel,ProcessStatus,String,String,Nullable<DateTime>,String,Nullable<DateTime>,String,Nullable<DateTime>,Nullable<Boolean>,Nullable<Boolean>,Nullable<Boolean>,String,Nullable<DateTime>) | The GetAll() method retrieves one or more process records from the Process table, as specified by the filter parameters. Passing no filter parameters will retrieve all process records from the table. |