XmlDataDocument (System.Xml.XmlDataDocument)

Inherits: System.Xml.XmlDocument

Interfaces: ICloneable, IEnumerable, IXPathNavigable

Derived Types: 0

Assembly: System.Data.dll

Allows structured data to be stored, retrieved, and manipulated through a relational DataSet.

VB.NET C#

C#

public class XmlDataDocument : System.Xml.XmlDocument, System.ICloneable, System.Collections.IEnumerable, System.Xml.XPath.IXPathNavigable
{
}

Articles

BUG: A Typed DataSet That Imports a Secondary Schema Cannot be Used As ...

Dim xdd As System.Xml.XmlDataDocument = New System.Xml.XmlDataDocument(myDs) Dim docElem As System.Xml.XmlElement = xdd.DocumentElement Return docElem End Function

WindowsDevCenter.com -- Using Data Compression in .NET 2.0

... conn.Open() dataadapter.Fill(ds, "Employees_table") conn.Close() '---convert the dataset to XML--- Dim datadoc As System.Xml.XmlDataDocument ...

MBR IT/.NET 247 : System.Xml.XmlDataDocument Class [Articles]

Add XML Functionality in Microsoft Office Excel 2003 from Microsoft Visual Basic .NET: MSDN: Discover how to generate XML from a dataset, format the XML using a Stylesheet, and ...

XmlDataDocument problem - .NET XML

System.Xml.XmlDataDocument doc = new System.Xml.XmlDataDocument(ds); doc.Load("Test.xml"); foreach (TestDataSet.OrderDetailsRow row in ds.OrderDetails)

XmlDocument Class (System.Xml)

This class implements the W3C Document Object Model (DOM) Level 1 Core and ... System.Configuration . . :: . ConfigXmlDocument        System.Xml . . :: . XmlDataDocument

XmlDocument Class

System.Object     System.Xml.XmlNode        System.Xml.XmlDocument           System.Xml.XmlDataDocument [Visual Basic] Public Class XmlDocument Inherits XmlNode [C# ...

TopXML: .NET System.XML Class Reference

System.Xml.XmlDataDocument: System.Xml.XmlDeclaration: System.Xml.XmlDocument ... .NET System.XML Class Reference. .NET provides a comprehensive set of classes ...

TopXML: The System.Xml.XmlDataDocument Class (System.XML .NET ...

The System.Xml.XmlDataDocument Class Supported Versions .NET Framework 1.0, 1.1, 1.2 Public Members Bold members are covered in the sample code.

Mono Documentation

The members of System.Xml.XmlDataDocument are listed below. See Also: Inherited members from System.Xml.XmlDocument [ ...

Mono Documentation

See Also: XmlDataDocument Members. System.Object System.Xml.XmlNode System.Xml.XmlDocument System.Xml.XmlDataDocument

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support