Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the PurchaseOrder objects from the database which satisfy the specified search criteria. The number of deleted records is available.
Namespace: Microsoft.CommerceServer.Orders.WebService
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Sub DeletePurchaseOrders ( _
searchClause As XmlElement, _
<OutAttribute> ByRef recordsDeleted As Integer _
)
'Usage
Dim instance As OrdersWebService
Dim searchClause As XmlElement
Dim recordsDeleted As Integer
instance.DeletePurchaseOrders(searchClause, _
recordsDeleted)
[WebMethodAttribute]
public virtual void DeletePurchaseOrders(
XmlElement searchClause,
out int recordsDeleted
)
[WebMethodAttribute]
public:
virtual void DeletePurchaseOrders(
XmlElement^ searchClause,
[OutAttribute] int% recordsDeleted
)
public function DeletePurchaseOrders(
searchClause : XmlElement,
recordsDeleted : int
)
Parameters
- searchClause
Type: System.Xml..::.XmlElement
Xml blob representing the search criteria.
- recordsDeleted
Type: System..::.Int32%
The number of purchase orders that were deleted.
Remarks
Deletes all purchase orders that match a supplied search clause and supplies a count of the number of purchase orders deleted.
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.