HierarchyHelper LoadDataSetFromJSON Method Kentico 8.1 API Reference
Recursively loads dataset from JSON deserialized object. Returns list of fields contained in the JSON data (for update object purposes).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet to fill the data in
tableName
Type: OnlineSystem String
Name of the table
values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineObject 
Values from deserialization

Return Value

Type: OnlineList OnlineString 
See Also