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