Update Method (ItemInv)
- Last UpdatedNov 06, 2025
- 1 minute read
The Update() method updates all columns of the specified item inventory record in the Item_Inv table.
| Overload | Description |
|---|---|
| Update(Int32,Int32,Int32,String,DBString,DBString,DBInt,DBInt,Double,Double,DBInt,DateTime,DBDateTime,DBDateTime,DBString,DBString,DBInt,DBString,DBString,DBString,DBString,DBString,DBString,DBString,Nullable<DateTime>) | The Update() method updates all columns of the specified item inventory record in the Item_Inv table. For this overload of the method, the inventory record date input parameters are passed in the local time of the storage entity. This overload also includes the lastEditComment input parameter. |
| Update(Int32,Int32,Int32,String,String,String,Nullable<Int32>,Nullable<Int32>,Double,Double,Nullable<Int32>,DateTime,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<DateTime>) | The Update() method updates all columns of the specified item inventory record in the Item_Inv table. For this overload of the method, the inventory record date input parameters are passed in UTC. |