Show / Hide Table of Contents

    DataTableExtensions.ImportXml Method

    .NET Standard 2.x

    Import data from a XML string into the DataTable.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    ImportXml(this DataTable dataTable, string xml) Import data from a XML string into the DataTable.
    ImportXml(this DataTable dataTable, string xml, int startRow) Import 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) Import 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) Import 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) Import data from a XML string into the DataTable, and specifies the start and end positions of the rows and properties.
    Back to top Generated by Appeon