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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Saves the ShippingMethod objects to the database.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub Save
'Usage
Dim instance As ShippingMethodManager
instance.Save()
public void Save()
public:
void Save()
public function Save()
Exceptions
Exception | Condition |
---|---|
ShippingMethodNotSavedException | The Optimistic Concurrency check fails. |
TimeoutException | Thrown if sql command timeout occurs. |
Remarks
Updates the ShippingMethod objects. It inserts the newly added records, updates the modified records, and deletes the deleted records in the dataset.
In order to perform a Save, the user must have the OrdersAdapter permissions. See Orders System Roles [CS06] for more information about the specific roles in the Order System.
Some order system APIs support distributed transactions. If a cookie with a valid transaction is found the order system enlists as part of that transaction. If a valid transaction is not found the order system initiates a new transaction.
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.