RemoveShippingMethodRow Method

Method removes the specified ShippingMethodDataSet..::.ShippingMethodRow from the ShippingMethodDataSet..::.ShippingMethodDataTable.

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

Syntax

'Declaration
Public Sub RemoveShippingMethodRow ( _
    row As ShippingMethodDataSet..::.ShippingMethodRow _
)
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodDataTable
Dim row As ShippingMethodDataSet..::.ShippingMethodRow

instance.RemoveShippingMethodRow(row)
public void RemoveShippingMethodRow(
    ShippingMethodDataSet..::.ShippingMethodRow row
)
public:
void RemoveShippingMethodRow(
    ShippingMethodDataSet..::.ShippingMethodRow^ row
)
public function RemoveShippingMethodRow(
    row : ShippingMethodDataSet..::.ShippingMethodRow
)

Parameters

Remarks

Removes the specified ShippingMethodDataSet..::.ShippingMethodRow from the collection.

The ShippingMethodDataSet object must be saved before these changes will be persisted to the database.

Permissions

See Also

Reference

ShippingMethodDataSet..::.ShippingMethodDataTable Class

ShippingMethodDataSet..::.ShippingMethodDataTable Members

Microsoft.CommerceServer.Orders Namespace