Show / Hide Table of Contents

    DataTableExtensions.ImportJsonByKey Method

    .NET Standard 2.x

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

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    ImportJsonByKey(this DataTable dataTable, string json) Import data from the JSON string into the DataTable based on the key name.
    ImportJsonByKey(this DataTable dataTable, string json, int startRow) Import data from the JSON string into the DataTable based on the key name, and specifies the starting position of the rows.
    ImportJsonByKey(this DataTable dataTable, string json, int startRow, int endRow) Import data from the JSON 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