DataExtensions ToJSON Method (DataSet, Boolean)Kentico 8.0 API Reference
Exports DataSet to JSON string.

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

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet to export
includeName
Type: OnlineSystem Boolean
If true, name of the dataset and names of the tables are included in the result

Return Value

Type: OnlineString
See Also