ItemState Constructor(DataRow)
- Last UpdatedNov 06, 2025
- 1 minute read
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.
'Declaration
Public Function New( _
ByVal drItemState As DataRow _
)
public ItemState(
DataRow drItemState
)
Parameters
- drItemState
- Required. Holds a DataRow that contains the required fields from the Item_State table.