AddShippingMethodRow Method (ShippingMethodDataSet.ShippingMethodRow)

Adds a ShippingMethodDataSet..::.ShippingMethodRow DataRow to the ShippingMethodDataSet..::.ShippingMethodDataTable.

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

Syntax

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

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

Parameters

Remarks

Adds a ShippingMethodDataSet..::.ShippingMethodRow DataRow to the ShippingMethodDataSet..::.ShippingMethodDataTable

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

AddShippingMethodRow Overload

Microsoft.CommerceServer.Orders Namespace