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