Share via


AdoDotNetDataReader Class

Provides an implementation of the DataReader class using an implementation of the ADO.NET IDataReader interface.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Class AdoDotNetDataReader _
    Inherits DataReader
'Usage
Dim instance As AdoDotNetDataReader
public class AdoDotNetDataReader : DataReader
public ref class AdoDotNetDataReader : public DataReader
public class AdoDotNetDataReader extends DataReader

Remarks

This class provides an implementation based on the IDataReader interface of the DataReader class.

It is unlikely that a data provider will need to override or otherwise modify the behavior of this class; rather, they can simply instantiate it whenever they have an ADO.NET IDataReader and they need to return a DDEX DataReader

object.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataReader
    Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataReader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AdoDotNetDataReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

AdoDotNetConnectionSupport