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.
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
- shippingMethods
Type: System.Data..::.DataSet
A ShippingMethod.
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
- 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.