CountryRepositoryGetByCode(String) Method
Retrieve a country by its country code.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public Country GetByCode(
string countryCode
)
Public Function GetByCode (
countryCode As String
) As Country
public:
virtual Country^ GetByCode(
String^ countryCode
) sealed
abstract GetByCode :
countryCode : string -> Country
override GetByCode :
countryCode : string -> Country
- countryCode String
- Country code to look up
CountryThe requested country