Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the ability to expose data from any data.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustInherit Class DataReader _
Implements IDisposable
'Usage
Dim instance As DataReader
public abstract class DataReader : IDisposable
public ref class DataReader abstract : IDisposable
public abstract class DataReader implements IDisposable
Remarks
All base-level data retrieval mechanisms return a DataReader object.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataReader
Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataReader
Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataTableReader
Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetSchemaReader
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.