CreateCountry Method
Creates a Country. This overload takes a set of required parameters for the API.
Creates a Country.
Overload List
| Overload | Description | 
|---|---|
| CreateCountry(String,Int32) | Creates a Country. This overload takes a set of required parameters for the API. | 
| CreateCountry(CreateCountrySetup) | Creates a Country. This overload takes a setup object. | 
| CreateCountry(CreateCountrySetup,IDbTransaction) | Creates a Country. This overload takes a setup object and a database transaction. | 
Remarks
If no Currency value is specified a country will be created without a relation to a Currency. If the Currency speficied does not exist. A Currency will be created using the Currency properties.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
CreateCountrySetup Class