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