PostcodeRead Method

Builds a Postcode object from a database table row.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static Postcode Read(
	DataRow row
)

Parameters

row  DataRow
Database row containing the Postcode columns.

Return Value

Postcode
Postcode object containing the database values.

Remarks

This method assumes that the table column names are the same as the property names.

See Also