Show / Hide Table of Contents

    DataTableExtensions.ImportXmlByKey Method

    .NET Standard 2.x

    Import data from the XML string into the DataTable based on the key name.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

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