BaseObject LoadJson Method Nemiro.Data.dll
Loads data from JSON to instance of the derived class.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void LoadJson(
	string json
)

Parameters

json
Type: System String
JSON data.
See Also