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.
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
- row
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
The ShippingMethodDataSet..::.ShippingMethodRow to remove.
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
- 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
ShippingMethodDataSet..::.ShippingMethodDataTable Class