ShippingRatesDataSet.ShippingRatesRow Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Contains the methods and properties to get the values within a specific row of the ShippingRatesDataSet..::.ShippingRatesDataTable.

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

Syntax

'Declaration
Public Class ShippingRatesRow _
    Inherits DataRow
'Usage
Dim instance As ShippingRatesDataSet.ShippingRatesRow
public class ShippingRatesRow : DataRow
public ref class ShippingRatesRow : public DataRow
public class ShippingRatesRow extends DataRow

Remarks

Class depicts a row in the ShippingRates dataset.

The ShippingRatesDataSet..::.ShippingRatesDataTable is derived from the ShippingRatesDataSet.

Each row in the ShippingRatesDataSet..::.ShippingRatesDataTable contains the following columns:

  • MaxLimit

  • Price

Inheritance Hierarchy

System..::.Object
  System.Data..::.DataRow
    Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesRow

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesRow Members

Microsoft.CommerceServer.Orders Namespace