DeletePurchaseOrders Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes the PurchaseOrder objects from the database.
Overload List
Name | Description | |
---|---|---|
DeletePurchaseOrders(array<Guid>[]()[], Int32%) | Deletes a group of purchase orders from the database that match the supplied identifiers. The number of deleted records is available. | |
DeletePurchaseOrders(SearchClause, Int32%) | Deletes the purchase orders from the database that satisfy the specified search criteria. The number of deleted records is available. |
Top