DataHelper ReadDataSetFromXml Method (DataSet, XmlReader, DataHelper ActionCallback,  Object )Kentico 8.0 API Reference
Reads the DataSet from given XML reader (expects "NewDataSet" as a root node).

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

Parameters

ds
Type: OnlineSystem.Data DataSet
DataSet to read
xml
Type: OnlineSystem.Xml XmlReader
XML to read
rowCallback
Type: CMS.Helpers DataHelper ActionCallback
Callback action which should be called after each row is loaded. The DataSet, DataTable a DataRow are added as additional parameters
parameters
Type:  OnlineSystem Object 
Callback parameters

Return Value

Type: OnlineDataSet
See Also