Recursively loads dataset from JSON deserialized object. Returns list of fields contained in the JSON data (for update object purposes).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- ds
- Type: System.Data DataSet
DataSet to fill the data in
- tableName
- Type: System String
Name of the table
- values
- Type: System.Collections.Generic IEnumerable Object
Values from deserialization
Return Value
Type: List StringSee Also