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
)
Public Shared Function DataTableToXml (
tbl As DataTable
) As String
Parameters
- tbl
- Type: System.DataDataTable
The DataTable to serialize.
Return Value
Type:
StringThe XML representing the DataTable.
See Also