UpdateSpecific Method (ItemInv)
- Last UpdatedNov 06, 2025
- 1 minute read
The UpdateSpecific() method updates selected columns of the specified item inventory record in the Item_Inv table.
| Overload | Description |
|---|---|
| UpdateSpecific(Int32,Int32,Nullable<Int32>,String,DBString,DBString,DBInt,DBInt,Nullable<Double>,Nullable<Double>,DBInt,Nullable<DateTime>,DBDateTime,DBDateTime,DBString,DBString,DBInt,DBString,DBString,DBString,DBString,DBString,DBString,DBString,Nullable<DateTime>) | The UpdateSpecific() method updates selected 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. |
| UpdateSpecific(Int32,Int32,Nullable<Int32>,String,DBString,DBString,DBInt,DBInt,Nullable<Double>,Nullable<Double>,DBInt,Nullable<DateTime>,DBDateTime,DBDateTime,DBString,DBString,DBInt,DBString,DBString,DBString,DBString,DBString,DBString,Nullable<DateTime>) | The UpdateSpecific() method updates selected 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. |