IDataImporter.Import(string json) Method

    .NET Standard 2.x

    Imports data into the DataStore buffer with the specified DataFormat.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    int Import(string json);
    

    Parameters

    json System.String

    Data string in the specified format.

    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