ItemGrade Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ItemGrade members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new item grade record to the Item_Grade table. |
![]() ![]() | Delete | The Delete() method deletes the specified item grade record from the Item_Grade table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes the specified item grade record from the Item_Grade table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more item grade records from the Item_Grade table, as specified by the filter parameters. Passing no filter parameters will retrieve all item grade records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item grade record from the Item_Grade table.The GetByKey() method retrieves the specified item record from the Item table. |
![]() ![]() | Update | The Update() method updates all columns of the specified item grade record in the Item_Grade table.The Update() method updates all columns of the specified item record in the Item table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified item grade record in the Item_Grade table. For this overload of the method, the lastEditAt parameter is optional. |

