Share via


RegionCodeDataSet.CountryCodesRow 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..::.CountryCodesDataTable.

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

Syntax

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

Remarks

This class which depicts the row in the RegionCodes DataTable. The RegionCodeDataSet..::.CountryCodesDataTable is derived from the RegionCodeDataSet.

Each row of the RegionCodeDataSet..::.CountryCodesDataTable table contains the following columns.

  • Name

  • Code

  • Description

  • LastModifed

  • ModifiedBy

  • Created

Inheritance Hierarchy

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

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

Microsoft.CommerceServer.Orders Namespace