Exports specified table of given DataSet to CSV format.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- dataSet
- Type: System.Data DataSet
DataSet to export
- tableIndex
- Type: System Int32
Index of table to export
- stream
- Type: CMS.IO Stream
Stream to write to
See Also