GetByKey Method (WoFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified work order file record from the Wo_File table.
Parameters
- woId
Required. Holds the ID of the work order to which the file belongs.
- filePath
Required. Holds the path and file name of the work order.
Return Value
Returns a DataSet that contains the DataRow of the specified work order file record in the Wo_File table. If no matching record for the specified work order file is found, an empty DataSet is returned.