Share via


AdoDotNetReader Constructor (DbDataReader)

Initializes a parameterized instance of the AdoDotNetReader class with an ADO.NET data reader object.

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

Syntax

'Declaration
Public Sub New ( _
    reader As DbDataReader _
)
public AdoDotNetReader(
    DbDataReader reader
)
public:
AdoDotNetReader(
    DbDataReader^ reader
)
new : 
        reader:DbDataReader -> AdoDotNetReader
public function AdoDotNetReader(
    reader : DbDataReader
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetReader Class

AdoDotNetReader Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace