NewCountryCodesRow Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Constructs a new RegionCodeDataSet..::.CountryCodesRow initialized with the default values.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewCountryCodesRow As RegionCodeDataSet..::.CountryCodesRow
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim returnValue As RegionCodeDataSet..::.CountryCodesRow
returnValue = instance.NewCountryCodesRow()
public RegionCodeDataSet..::.CountryCodesRow NewCountryCodesRow()
public:
RegionCodeDataSet..::.CountryCodesRow^ NewCountryCodesRow()
public function NewCountryCodesRow() : RegionCodeDataSet..::.CountryCodesRow
Return Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRow
A new RegionCodeDataSet..::.CountryCodesRow.
Remarks
Returns the newly created RegionCodeDataSet..::.CountryCodesRow.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable Class