Class constructor. Initializes a parameterized instance of the AdoDotNetDataReader class with an implementation of the IDataReader interface.
Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
声明
Public Sub New ( _
    dataReader As IDataReader _
)
public AdoDotNetDataReader(
    IDataReader dataReader
)
public:
AdoDotNetDataReader(
    IDataReader^ dataReader
)
new : 
        dataReader:IDataReader -> AdoDotNetDataReader
public function AdoDotNetDataReader(
    dataReader : IDataReader
)
Parameters
- dataReader
Type: System.Data.IDataReader
Name of the IDataReader instance with which the class is initialized. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.