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