AdoDotNetDataReader Class
Provides an implementation of the DataReader class using an implementation of the ADO.NETIDataReader interface.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
Public Class AdoDotNetDataReader _
Inherits DataReader
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.NETIDataReader 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.