Click or drag to resize

EAPConvertXmlToDataTable Method

Creates an populates a DataTable from XML reprenting the original DataTable created by DataTableToXml(DataTable).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static DataTable XmlToDataTable(
	string xml
)

Parameters

xml
Type: SystemString
The XML representing the table.

Return Value

Type: DataTable
The reconstituted DataTable.
See Also