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.
Constructs a new ShippingRatesDataSet..::.ShippingRatesRow initialized with the default values.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewShippingRatesRow As ShippingRatesDataSet..::.ShippingRatesRow
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim returnValue As ShippingRatesDataSet..::.ShippingRatesRow
returnValue = instance.NewShippingRatesRow()
public ShippingRatesDataSet..::.ShippingRatesRow NewShippingRatesRow()
public:
ShippingRatesDataSet..::.ShippingRatesRow^ NewShippingRatesRow()
public function NewShippingRatesRow() : ShippingRatesDataSet..::.ShippingRatesRow
Return Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow
A new ShippingRatesDataSet..::.ShippingRatesRow initialized with the default values.
Remarks
Returns the newly created ShippingRatesDataSet..::.ShippingRatesRow.
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