Export a DataSet.

Syntax

ISDataSetExporter.Export(dataSet, [flattenData], [useColumnCaptions])

Parameters

NameTypeOptionalByRefDescription
dataSet DataSet The DataSet to Export.
flattenData Boolean Optional Indicates whether a DataSet containing more than one table should be flattened if possible. If omitted, a value of False is assumed.
useColumnCaptions Boolean Optional Indicates whether to Use Column Captions rather than Column Names (where specified) when creating the header row for the export. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDataSetExporter
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0