GetByKey Method (StdOperAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified standard operation attribute record from the Std_Oper_Attr table.
| Overload | Description |
|---|---|
| GetByKey(String,Int32) | The GetByKey() method retrieves the specified standard operation attribute record from the Std_Oper_Attr table. This overload of the method identifies the standard operation attribute by its ID. |
| GetByKey(String,String) | The GetByKey() method retrieves the specified standard operation attribute record from the Std_Oper_Attr table. This overload of the method identifies the standard operation attribute by its description. |