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.
Contains the methods and properties to get the values within a specific row of the ShippingMethodDataSet..::.ShippingMethodDataTable.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Class ShippingMethodRow _
Inherits DataRow
'Usage
Dim instance As ShippingMethodDataSet.ShippingMethodRow
public class ShippingMethodRow : DataRow
public ref class ShippingMethodRow : public DataRow
public class ShippingMethodRow extends DataRow
Remarks
Class which depicts the row in the ShippingMethod DataTable.
The ShippingMethodDataSet..::.ShippingMethodDataTable is derived from the ShippingMethodDataSet.
Each row in the ShippingMethodDataSet..::.ShippingMethodDataTable contains the following columns:
LanguageId
ShippingMethodName
Description
Inheritance Hierarchy
System..::.Object
System.Data..::.DataRow
Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
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.