IDataImporter.ImportByKey(string json, int startRow, int endRow) Method

    .NET Standard 2.x

    Imports data into the DataStore buffer with the specified DataFormat based on the key name, and specifies the start and end positions of the rows.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

     int ImportByKey(string json, int startRow, int endRow);
    

    json System.String

    Data string in the specified format.

    startRow System.Int32

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

    endRow System.Int32

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

    If it is negative, it indicates the rest of rows.

    Returns

    System.Int32

    Returns the number of rows that were imported if it succeeds.

    Examples

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon