Show / Hide Table of Contents

    DataTableExtensions.ImportJsonByKey Method

    .NET Standard 2.x

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

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    ImportJsonByKey(this DataTable dataTable, string json) Imports data from the JSON string into the DataTable based on the key name.
    ImportJsonByKey(this DataTable dataTable, string json, int startRow) Imports 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) Imports 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