DataTableExtensions.ImportXml(this DataTable dataTable, string xml) Method
.NET Standard 2.x
Imports data from a XML string into the DataTable.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public static int ImportXml(this DataTable dataTable, string xml)
Parameters
xml
System.String
A string specifying the Xml data.
The JSON string must comply with the Plain Xml or DataWindow Xml .
Returns
System.Int32
Returns the number of rows that were imported if it succeeds.
Examples
Applies to
.NET Standard
2.x