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