BaseObject Load Method (DataRow)Nemiro.Data.dll
Loads to instance of the derived class data from DataRow instance.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void Load(
	DataRow row
)

Parameters

row
Type: System.Data DataRow
Data row on which will be built instance of the derived class.
Exceptions

ExceptionCondition
SqlExceptionThe exception that is thrown when SQL Server returns a warning or error.
See Also