RegionCodeDataSet.StateCodesDataTable Class

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

Class which depicts the StateCodes Data table in the RegionCodeDataSet.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class StateCodesDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As RegionCodeDataSet.StateCodesDataTable
[SerializableAttribute]
public class StateCodesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class StateCodesDataTable : public DataTable, 
    IEnumerable
public class StateCodesDataTable extends DataTable implements IEnumerable

Remarks

The strongly typed DataTable provides access to the "StateCodesDataTable" table of a RegionCodeDataSet. Values are used to set the system statecode to specify the state where the system is physically located.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataTable
      Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesDataTable

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..::.StateCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace