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