DataExportHelperExportToCSV Method (DataSet, Int32, Stream) |
Exports specified table of given DataSet to CSV format.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax public void ExportToCSV(
DataSet dataSet,
int tableIndex,
Stream stream
)
Parameters
- dataSet
- Type: System.DataDataSet
DataSet to export - tableIndex
- Type: SystemInt32
Index of table to export - stream
- Type: CMS.IOStream
Stream to write to
See Also