UtilReasonGroup Constructor(DataRow)
- Last UpdatedNov 06, 2025
- 1 minute read
The UtilReasonGroup() method is the constructor for a new utilization reason group.
This overload of the constructor initializes this instance data for this reason group object given in a DataRow already retrieved from the database. This overload is useful when a list of reason groups has already been retrieved from the database as a DataSet.'Declaration
Public Function New( _
ByVal drUtilReasGrp As DataRow _
)
public UtilReasonGroup(
DataRow drUtilReasGrp
)
Parameters
- drUtilReasGrp
- Required. Holds the DataRow containing the required fields from the Util_Reas_Grp table.