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.
Method removes the specified ShippingRatesDataSet..::.ShippingRatesRow from the ShippingRatesDataTable.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub RemoveShippingRatesRow ( _
row As ShippingRatesDataSet..::.ShippingRatesRow _
)
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim row As ShippingRatesDataSet..::.ShippingRatesRow
instance.RemoveShippingRatesRow(row)
public void RemoveShippingRatesRow(
ShippingRatesDataSet..::.ShippingRatesRow row
)
public:
void RemoveShippingRatesRow(
ShippingRatesDataSet..::.ShippingRatesRow^ row
)
public function RemoveShippingRatesRow(
row : ShippingRatesDataSet..::.ShippingRatesRow
)
Parameters
- row
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow
The ShippingRatesDataSet..::.ShippingRatesRow row to remove.
Remarks
Removes the specified ShippingRatesDataSet..::.ShippingRatesRow from the collection.
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.
See Also
Reference
ShippingRatesDataSet..::.ShippingRatesDataTable Class