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

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,
	Encoding encoding
)

Parameters

xml
Type: System String
Xml-data.
encoding
Type: System.Text Encoding
Encoding.
See Also