GetByKey Method (LotAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves a single row from the Lot_Attr table using the specified primary key fields.
| Overload | Description |
|---|---|
| GetByKey(String,String,Int32) | The GetByKey() method retrieves a single row from the Lot_Attr table using the specified primary key fields. This overload of the method identifies the lot attribute by its ID. |
| GetByKey(String,String,String) | The GetByKey() method retrieves a single row from the Lot_Attr table using the specified primary key fields. This overload of the method identifies the lot attribute by its description. |