DataStoreDataExtensions.ImportJsonByKey Method
.NET Standard 2.x
Inserts data from a JSON string into the DataStore according to the key name of the JSON item.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
ImportJsonByKey(this IDataStoreBase dataStore, string text) | Inserts data from a JSON string into the DataStore according to the key name of the JSON item. |
ImportJsonByKey(this IDataStoreBase dataStore, string text, DwBuffer dwbuffer) | Inserts data from a JSON string into the specified buffer of DataStore according to the key name of the JSON item. |
ImportJsonByKey(this IDataStoreBase dataStore, string text, DwBuffer dwuffer, int startRow) | Inserts data from a JSON string into the specified buffer of DataStore according to the key name of the JSON item. You can specify the starting position in the JSON array. |
ImportJsonByKey(this IDataStoreBase dataStore, string text, DwBuffer dwbuffer, int startRow, int endRow) | Inserts data from a JSON string into the specified buffer of DataStore according to the key name of the JSON item. You can specify the starting and ending positions in the JSON array. |