DoDeleteBasketsById Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes order baskets from the database that match the supplied identifiers. The number of deleted records is available.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Sub DoDeleteBasketsById ( _
orderGroupIDs As Guid(), _
<OutAttribute> ByRef recordsDeleted As Integer _
)
'Usage
Dim orderGroupIDs As Guid()
Dim recordsDeleted As Integer
Me.DoDeleteBasketsById(orderGroupIDs, _
recordsDeleted)
protected void DoDeleteBasketsById(
Guid[] orderGroupIDs,
out int recordsDeleted
)
protected:
void DoDeleteBasketsById(
array<Guid>^ orderGroupIDs,
[OutAttribute] int% recordsDeleted
)
protected function DoDeleteBasketsById(
orderGroupIDs : Guid[],
recordsDeleted : int
)
Parameters
- orderGroupIDs
Type: array<System..::.Guid>[]()[]
An array of order group identifiers.
- recordsDeleted
Type: System..::.Int32%
Returns the number of records that match the search criteria.
Remarks
Deletes baskets from the database that match the supplied identifiers and supplies a count of the number of baskets 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.