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