ISOCountryRead Method
Builds an ISOCountry object from a database table row.
Namespace: Common.Core.ModelsAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static ISOCountry Read(
DataRow row
)
- row DataRow
- Database row containing the ISOCountry columns.
ISOCountryISOCountry object containing the database values.
This method assumes that the table column names are the same as the property names.