UtilExec Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The UtilExec() method is the constructor for the UtilExec class. This method creates a new Util Exec object, linking it to the Ent object that is passed in and saving the values from the row in the Util_Exec table for which this object is being created.
'Declaration
Public Function New( _
ByVal parentEnt As Ent, _
ByVal utilExecRow As DataRow _
)
public UtilExec(
Ent parentEnt,
DataRow utilExecRow
)
Parameters
- parentEnt
Required. Holds the parent entity that created this object.
- utilExecRow
- Required. Holds the data needed for the initialization of this instance of the class.