Delete Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes an InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row from the InventoryQuantityDeltasDataSet.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub Delete
'Usage
Dim instance As InventoryQuantityDelta
instance.Delete()
public void Delete()
public:
void Delete()
public function Delete()
Exceptions
Exception | Condition |
---|---|
EntityDoesNotExistException | The InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row is already deleted. |
Remarks
Delete the InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row from the InventoryQuantityDeltasDataSet.
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.