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

