DataExportHelperGetExportedData Method |
Gets the DataSet with the formatted exported data
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax protected virtual DataSet GetExportedData(
DataSet dataSet,
bool encode = true
)
Parameters
- dataSet
- Type: System.DataDataSet
DataSet to export - encode (Optional)
- Type: SystemBoolean
If true, the values in the DataSet will be encoded
Return Value
Type:
DataSetSee Also