Click or drag to resize

EAPConvertDataTableToXml Method

Serializes a DataTable structure and data to an XML representation. Use XmlToDataTable(String) to reconstitute the DataTable from the XML.

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

Parameters

tbl
Type: System.DataDataTable
The DataTable to serialize.

Return Value

Type: String
The XML representing the DataTable.
See Also