ShippingRatesDataSet.ShippingRatesDataTable Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class which depicts the ShippingRates DataTable in the ShippingRatesDataSet.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ShippingRatesDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As ShippingRatesDataSet.ShippingRatesDataTable
[SerializableAttribute]
public class ShippingRatesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class ShippingRatesDataTable : public DataTable,
IEnumerable
public class ShippingRatesDataTable extends DataTable implements IEnumerable
Remarks
The strongly typed DataTable that provides access to the "ShippingRatesTable" table of a ShippingRatesDataSet. The values are used to set the shipping rates in the Orders system.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataTable
Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesDataTable
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.