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