Job Constructor(DataRow,Boolean,Boolean)
- Last UpdatedNov 06, 2025
- 1 minute read
The Job() method is the constructor used to instantiate a job. This overload of the method loads the job specified by a previously retrieved DataRow from the database and, optionally, the job's attribute data and specifications. This overload is useful when all jobs have already been retrieved from the database as a DataSet.
Parameters
- drJob
- Required. Holds a DataRow that contains the required fields from the Job table.
- loadAttributes
- Required. Holds a flag that, if set to true, specifies that the job's attributes should also be loaded.
- loadSpecs
- Required. Holds a flag that, if set to true, specifies that the job's specifications should also be loaded.