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.
Class constructor. Initializes a new instance of the AdoDotNetSchemaReader class with an IDataReader.
Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
    dataReader As IDataReader _
)
public AdoDotNetSchemaReader(
    IDataReader dataReader
)
public:
AdoDotNetSchemaReader(
    IDataReader^ dataReader
)
new : 
        dataReader:IDataReader -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    dataReader : IDataReader
)
Parameters
- dataReader
 Type: System.Data.IDataReader
 IDataReader object containing the data result set, plus schema.
.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.