Uom Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see Uom members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new uom record to the Uom table. |
![]() ![]() | Delete | The Delete() method deletes the specified uom record from the Uom table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more uom records from the Uom table, as specified by the filter parameters. Passing no filter parameters will remove all uom records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more uom records from the Uom table, as specified by the filter parameters. Passing no filter parameters will retrieve all uom records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified uom record from the Uom table. |
![]() ![]() | Update | The Update() method updates all columns of the specified uom record in the Uom table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified uom record in the Uom table. |

