DataTableExtensions.ImportXml Method
.NET Standard 2.x
Imports data from a XML string into the DataTable.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
ImportXml(this DataTable dataTable, string xml) | Imports data from a XML string into the DataTable. |
ImportXml(this DataTable dataTable, string xml, int startRow) | Imports data from a XML string into the DataTable, and specifies the starting position of the rows. |
ImportXml(this DataTable dataTable, string xml, int startRow, int endRow) | Imports data from a XML string into the DataTable, and specifies the start and end positions of the rows. |
ImportXml(this DataTable dataTable, string xml, int startRow, int endRow, short startProperty) | Imports data from a XML string into the DataTable, and specifies the start and end positions of the rows and starting position of the property. |
ImportXml(this DataTable dataTable, string xml, int startRow, int endRow, short startProperty, short endProperty) | Imports data from a XML string into the DataTable, and specifies the start and end positions of the rows and properties. |