GetByKey Method (LineAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified line attribute record from the Line_Attr table.
| Overload | Description |
|---|---|
| GetByKey(Int32,Int32) | The GetByKey() method retrieves the specified line attribute record from the Line_Attr table. This overload of the method uses a line ID and an attribute ID to identify the attribute. |
| GetByKey(Int32,String) | The GetByKey() method retrieves the specified line attribute record from the Line_Attr table. This overload of the method uses a line ID and an attribute description to identify the attribute. |
| GetByKey(String,String) | The GetByKey() method retrieves the specified line attribute record from the Line_Attr table. This overload of the method uses a line name and an attribute description to identify the attribute. |