Writes the DataSet from given XML reader.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ds
- Type: System.Data DataSet
DataSet to read
- xml
- Type: System.Xml XmlWriter
XML to read
- filePathColumn
- Type: System String
Column name with the file path to the binary file
- rowCallback
- Type: CMS.Helpers DataHelper ActionCallback
Callback action which should be called before each row is written. The DataSet, DataTable a DataRow are added as additional parameters
- parameters
- Type: System Object
Callback parameters
See Also