WO Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| WO Constructor(String,Boolean) | The WO() method is the constructor used to instantiate a work order. This overload of the method loads the specified work order from the database and, optionally, the work order's attribute data. The overload uses a work order ID to identify the work order. |
| WO Constructor(DataRow,Boolean) | The WO() method is the constructor used to instantiate a work order. This overload of the method loads the work order specified by a previously retrieved DataRow from the database and, optionally, the work order's attribute data. This overload is useful when all work orders have already been retrieved from the database as a DataSet. |