ItemCons Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ItemCons members.
| Name | Description | |
|---|---|---|
![]() ![]() | Delete | The Delete() method deletes the specified item consumption record from the Item_Cons table. |
![]() ![]() | DeleteAll | The DeleteAll() method deletes one or more item consumption records from the Item_Cons table, as specified by the filter parameters. Passing no filter parameters will delete all item consumption records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more item consumption records from the Item_Cons table, as specified by the filter parameters. Passing no filter parameters will retrieve all item consumption records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item consumption record from the Item_Cons table. |
![]() ![]() | GetConsByFilter | The GetConsByFilter() method retrieves item consumption records based on the supplied filters. |
![]() ![]() | GetConsCount | The GetConsCount() method retrieves a count of item consumption records based on the supplied filter. |
![]() ![]() | Split | The Split() method splits a given row in the Item_Cons table. The quantity that is split could result in a new row or it could simply add to an existing row if the primary key fields match. |
![]() ![]() | Update | The Update() method updates all columns of the specified item consumption record in the Item_Cons table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified item consumption record in the Item_Cons table. |

