Show / Hide Table of Contents

    DataStoreExtensions.ExportJson Method

    .NET Standard 2.x

    Exports data to a plain JSON string or DataWindow JSON string.

    Namespace: PowerScript.Bridge

    Assembly: PowerScript.Bridge.dll

    Overloads

    Method Description
    ExportJson(this DataStore dataStore, bool format = false) Exports data from the DataStore primary buffer to a plain JSON string or DataWindow JSON string.
    ExportJson(this DataStore dataStore, bool primarydata, bool filterdata, bool deletedata, bool dwcdata, bool format = false) Exports data from the specified buffer(s) and/or DataWindowChild to a plain JSON string or DataWindow JSON string.
    ExportJson(this DataStore dataStore, DwBuffer dwbuffer, bool changedonly, bool format) Exports all rows or only the changed rows from all or specified buffers to a plain JSON string or DataWindow JSON string.
    ExportJson(this DataStore dataStore, DwBuffer dwbuffer, int startRow = 0, int endRow = -1, int startColumn = 0, int endColumn = -1, bool format = false) Exports all data or the specified rows and/or columns from the specified buffer to a plain JSON string or DataWindow JSON string.
    Back to top Generated by Appeon