| Member | Description |
|---|---|
Constructor |
Constructor |
GetAnyCountryID |
Returns the ID of a random country (usually the first in the database). public Guid GetAnyCountryID(); |
GetCountryIDByCode |
Returns the primary key of the country identified by its code. public Guid GetCountryIDByCode( string countryCode ); |
GetCountryNameByISORegion |
Returns the name of a country based on the 2-digit ISO region code. public virtual string GetCountryNameByISORegion( string isoRegion ); |
GetStatesByCountryID |
Returns all states for a certain country. public DataSet GetStatesByCountryID( Guid countryId ); |