BomItem Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by BomItem.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new BOM item record to the Bom_Item table. |
![]() ![]() | Delete | The Delete() method deletes the specified BOM item record from the Bom_Item table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more BOM item records from the Bom_Item table, as specified by the filter parameters. Passing no filter parameters will delete all BOM item records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more BOM item records from the Bom_Item table, as specified by the filter parameters. Passing no filter parameters will retrieve all BOM item records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified BOM item record from the Bom_Item table. |
![]() ![]() | Update | The Update() method updates all columns of the specified BOM item record in the Bom_Item table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified BOM item record in the BOM_Item table. |

