AdoDotNetDataReader Constructor (IDataReader)

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

'Declaration
Public Sub New ( _
    dataReader As IDataReader _
)
public AdoDotNetDataReader(
    IDataReader dataReader
)
public:
AdoDotNetDataReader(
    IDataReader^ dataReader
)
new : 
        dataReader:IDataReader -> AdoDotNetDataReader
public function AdoDotNetDataReader(
    dataReader : IDataReader
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetDataReader Class

AdoDotNetDataReader Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace