Basket.SaveAsOrder Method (BCL)
Use this method to persist the basket as a purchase order to the underlying stores.
Definition
[Visual Basic .NET]
Public Function SaveAsOrder( _) As PurchaseOrder
[C#]
public PurchaseOrderSaveAsOrder();
Return Value
The saved purchase order instance.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.