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