DoSaveShippingMethods Method

Updates the ShippingMethods by inserting, updating, and deleting the records that are marked.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Protected Sub DoSaveShippingMethods ( _
    shippingMethods As DataSet _
)
'Usage
Dim shippingMethods As DataSet

Me.DoSaveShippingMethods(shippingMethods)
protected void DoSaveShippingMethods(
    DataSet shippingMethods
)
protected:
void DoSaveShippingMethods(
    DataSet^ shippingMethods
)
protected function DoSaveShippingMethods(
    shippingMethods : DataSet
)

Parameters

Remarks

Updates the ShippingMethods by inserting newly added methods (State=2), updating the modified methods (State=1), and removing the deleted methods (State=3).

Permissions

See Also

Reference

OrderServices Class

OrderServices Members

Microsoft.CommerceServer.Orders Namespace