Table of Contents

Namespace Cuemon.Data.Xml

Assembly: Cuemon.Data.dll

Query XML data through a familiar ADO.NET DbDataReader interface using a forward-only stream of rows from XML data sources. Use this namespace when you need ADO.NET-style data access over XML content. Start with XmlDataReader to read XML data as a tabular result set for XML-driven data access.

Availability: .NET 10, .NET 9 and .NET Standard 2.0

Classes

XmlDataReader

Provides a way of reading a forward-only stream of rows from an XML based data source. This class cannot be inherited.