Reads 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 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: System Object
Callback parameters
- rootNode
- Type: System String
Name of the root node to check (if null not check is done)
- updatedColumns
- Type: System.Collections.Generic List String
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: System String
Name of the culture to use for parsing double and datetime values
Return Value
Type: DataSetSee Also