RegionCodeDataSet.CountryCodesDataTable Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class which depicts the CountryCodes DataTable in the RegionCodeDataSet.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CountryCodesDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As RegionCodeDataSet.CountryCodesDataTable
[SerializableAttribute]
public class CountryCodesDataTable : DataTable, IEnumerable
[SerializableAttribute]
public ref class CountryCodesDataTable : public DataTable,
IEnumerable
public class CountryCodesDataTable extends DataTable implements IEnumerable
Remarks
The strongly typed DataTable provides access to the "CountryCodesDataTable" table of a RegionCodeDataSet. Values are used to set the system countrycode to specify the country where the system is physically located.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataTable
Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesDataTable
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.