RegionCodeDataSet.StateCodesRow 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 RegionCodeDataSet..::.StateCodesDataTable.

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

Syntax

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

Remarks

The RegionCodeDataSet..::.StateCodesDataTable is derived from the RegionCodeDataSet.

Each row in the RegionCodeDataSet..::.StateCodesDataTable table contains the following columns:

  • Name

  • Code

  • CountryCode

  • Description

  • LastModified

  • ModifiedBy

  • Created

Inheritance Hierarchy

System..::.Object
  System.Data..::.DataRow
    Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesRow

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

RegionCodeDataSet..::.StateCodesRow Members

Microsoft.CommerceServer.Orders Namespace