DataHelper ReadDataSetFromXml Method (DataSet, XmlReader, DataHelper ActionCallback,  Object , String, List String  , String)Kentico 8.0 API Reference
Reads the DataSet from given XML reader.

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
rootNode
Type: OnlineSystem String
Name of the root node to check (if null not check is done)
updatedColumns
Type: OnlineSystem.Collections.Generic List OnlineString  
List of columns present in the xml (not all columns from DataSet have to be also in containing xml), this list is needed for update mode in CMSHierarchyHelper
cultureName
Type: OnlineSystem String
Name of the culture to use for parsing double and datetime values

Return Value

Type: OnlineDataSet
See Also