DataHelperReadDataSetFromXml Method (DataSet, XmlReader, Object, String) |
Reads the DataSet from given XML reader (expects "NewDataSet" as a root node).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static DataSet ReadDataSetFromXml(
DataSet ds,
XmlReader xml,
Object[] parameters,
string rootNode = "NewDataSet"
)
Parameters
- ds
- Type: System.DataDataSet
DataSet to read - xml
- Type: System.XmlXmlReader
XML to read - parameters
- Type: SystemObject
Callback parameters - rootNode (Optional)
- Type: SystemString
Name of the root node to check (if null not check is done)
Return Value
Type:
DataSetSee Also