public class ISOCountry : ModelData| ISOCountry | Initializes a new instance of the ISOCountry class |
| Alpha2 | 2-digit ISO-3166 code. |
| Alpha3 | 3-digit ISO-3166 code. |
| Id | Gets or sets the primary key. (Overrides ModelDataId) |
| Name | Country name. |
| Read | Builds an ISOCountry object from a database table row. |