IDataExporter.ExportPlain(int startRow) Method

    .NET Standard 2.x

    Exports entity class data from the DataStore primary buffer in the specified DataFormat, and specifies the starting position of the rows.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    string ExportPlain(int startRow);
    

    Parameters

    startRow System.Int32

    The zero-based index number of the first row in the buffer that you want to export.

    Returns

    System.String

    Data string in the specified format.

    Reference Plain JSON

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon