LoadFromJsonString

DataSet.LoadFromJsonString method

Import dataset from .json file content Suiatable for small datasets

public static DataSet LoadFromJsonString(string jsonContent)
ParameterTypeDescription
jsonContentStringcontent of a .json file

Return Value

Instance of DataSet with collection from file

See Also