ProvinceRead Method

Builds a Province 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 Province Read(
	DataRow row
)

Parameters

row  DataRow
Database row containing the Province columns.

Return Value

Province
Province object containing the database values.

Remarks

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

See Also