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