DataTableExtensions.ExportXml(this DataTable dataTable) Method
.NET Standard 2.x
Exports data from the DataTable to a Plain Xml string.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public static string ExportXml(this DataTable dataTable)
Returns
System.String
Returns the XML string.
Reference Plain XML.
Examples
Applies to
.NET Standard
2.x