Show / Hide Table of Contents

    DataTableExtensions.ExportJson(this DataTable dataTable) Method

    .NET Standard 2.x

    Exports data from the DataTable to a Plain JSON string.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    public static string ExportJson(this DataTable dataTable)
    

    Returns

    Returns the JSON string.

    Reference Plain JSON.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon