BaseObject LoadXml Method (String)Nemiro.Data.dll
Loads data from the XML-document to instance of the derived class.

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

public void LoadXml(
	string xml
)

Parameters

xml
Type: System String
Xml-data.
See Also