IDataStore.ImportJsonByKey Method
.NET Standard 2.x | Current Version (1.0.1) 
Inserts data from a JSON string into the DataStore according to the key name of the JSON item.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Overloads
| Method | Description |
|---|---|
| ImportJsonByKey(string json) | Inserts data from a JSON string into the DataStore according to the key name of the JSON item. |
| ImportJsonByKey(string json, DwBuffer dwbuffer) | Inserts data from a JSON string into the specified buffer of DataStore according to the key name of the JSON item. |
| ImportJsonByKey(string json, 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(string json, 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. |