Add Method (ItemInv)
- Last UpdatedNov 06, 2025
- 1 minute read
The Add() method adds a new item inventory record to the Item_Inv table.
| Overload | Description |
|---|---|
| Add(Int32,Int32,String,DBString,DBString,DBInt,DBInt,Double,Nullable<Double>,DBInt,DateTime,DBDateTime,DBDateTime,DBString,DBString,DBInt,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DateTime,Int32) | Note: This method is deprecated and will be removed in a future release. Use the StorageExec.AddInv() method instead. The Add() method adds a new item inventory record to 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. |
| Add(Int32,Int32,String,String,String,Nullable<Int32>,Nullable<Int32>,Double,Nullable<Double>,Nullable<Int32>,DateTime,Nullable<DateTime>,Nullable<DateTime>,String,String,Nullable<Int32>,String,String,String,String,String,String,DateTime,Int32) | Note: This method is deprecated and will be removed in a future release. Use the StorageExec.AddInv() method instead. The Add() method adds a new item inventory record to the Item_Inv table. For this overload of the method, the inventory record date input parameters are passed in UTC. |