DataTableExtensions.ImportXmlByKey Method
.NET Standard 2.x
Imports data from the XML string into the DataTable based on the key name.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
ImportXmlByKey(this DataTable dataTable, string xml) | Imports data from the XML string into the DataTable based on the key name. |
ImportXmlByKey(this DataTable dataTable, string xml, int startRow) | Imports data from the XML string into the DataTable based on the key name, and specifies the starting position of the rows. |
ImportXmlByKey(this DataTable dataTable, string xml, int startRow, int endRow) | Imports data from the XML string into the DataTable based on the key name, and specifies the start and end positions of the rows. |