IDataImporter.Import(string json, int startRow) Method
.NET Standard 2.x
Imports data into the DataStore buffer with the specified DataFormat
, and specifies the starting position of the row.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
int Import(string json, int startRow);
Parameters
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.
Returns
System.Int32
Returns the number of rows that were imported if it succeeds.
Examples
Applies to
.NET Standard
2.x