Exports DataSet to JSON string.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ds
- Type: System.Data DataSet
DataSet to export
- includeName
- Type: System Boolean
If true, name of the dataset and names of the tables are included in the result
Return Value
Type: StringSee Also