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