Method Deserialize
| Improve this Doc View SourceDeserialize(JsonReader, DataRow)
Deserializes JSON into data values of DataRow.
Declaration
public static void Deserialize(this JsonReader jsonReader, DataRow dataRow)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonReader | jsonReader | The JsonReader. |
| DataRow | dataRow | The DataRow. |