DeleteQuantityDeltas Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes all the Quantity deltas from the inventory.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub DeleteQuantityDeltas
'Usage
Dim instance As InventoryContext
instance.DeleteQuantityDeltas()
public void DeleteQuantityDeltas()
public:
void DeleteQuantityDeltas()
public function DeleteQuantityDeltas()
Remarks
Deletes all the quantity update records made by the runtime site. The InventoryQuantityDeltas are the quantities that were decremented/incremented for each product in the inventory system.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.