GetByKey Method (ItemAttr)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetByKey() method retrieves the specified item attribute record from the Item_Attr table.
| Overload | Description |
|---|---|
| GetByKey(String,Int32) | The GetByKey() method retrieves the specified item attribute record from the Item_Attr table. This overload of the method identifies the item attribute by its ID. |
| GetByKey(String,String) | The GetByKey() method retrieves the specified item attribute record from the Item_Attr table. This overload of the method identifies the item attribute by its description. |