Click or drag to resize
HierarchyHelperLoadDataSetFromJSON Method
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.2.23
Syntax
C#
protected static List<string> LoadDataSetFromJSON(
	DataSet ds,
	string tableName,
	IEnumerable<Object> values
)

Parameters

ds
Type: System.DataDataSet
DataSet to fill the data in
tableName
Type: SystemString
Name of the table
values
Type: System.Collections.GenericIEnumerableObject
Values from deserialization

Return Value

Type: ListString
See Also