Show / Hide Table of Contents

Method Deserialize

| Improve this Doc View Source

Deserialize(JsonReader, DataSet, Boolean)

Deserializes JSON into data values of DataSet.

Declaration
public static void Deserialize(this JsonReader jsonReader, DataSet dataSet, bool isTopLevel)
Parameters
Type Name Description
JsonReader jsonReader

The JsonReader.

DataSet dataSet

The data set.

System.Boolean isTopLevel

A value inidicates whether DataSet is top level which should consume all JSON data.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest