Item Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| Item Constructor() | The Item() method is the constructor used to instantiate an item. This overload of the method creates a new item. |
| Item Constructor(String,Boolean) | The Item() method is the constructor used to instantiate an item. This overload of the method loads the specified item from the database and, optionally, the item's attribute data if the loadAttributes flag is true. |
| Item Constructor(DataRow,Boolean) | The Item() method is the constructor used to instantiate an item. This overload of the method loads the attributes of the specified item from the database if the loadAttributes flag is true. This overload is useful when a list of items has already been retrieved from the database as a DataSet. |