ISOCountryRead Method

Builds an ISOCountry 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 ISOCountry Read(
	DataRow row
)

Parameters

row  DataRow
Database row containing the ISOCountry columns.

Return Value

ISOCountry
ISOCountry object containing the database values.

Remarks

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

See Also