ItemGrade Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| ItemGrade Constructor(Int32) | The ItemGrade() method is the constructor used to instantiate an item grade. This overload of the method loads an item grade, specified by its grade code, from the database. |
| ItemGrade Constructor(DataRow) | The ItemGrade() method is the constructor used to instantiate an item grade. This overload of the method loads an item grade specified by a previously retrieved DataRow from the database. This overload is useful when all item grades have already been retrieved from the database as a DataSet. |