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

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 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