DataHelper WriteDataSetToXml Method Kentico 8.1 API Reference
Writes the DataSet from given XML reader.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet to read
xml
Type: OnlineSystem.Xml XmlWriter
XML to read
filePathColumn
Type: OnlineSystem 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:  OnlineSystem Object 
Callback parameters
See Also