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

See Also

Reference

InventoryContext Class

InventoryContext Members

DeleteQuantityDeltas Overload

Microsoft.CommerceServer.Inventory Namespace