AdoDotNetSchemaReader Constructor (IDataReader, IDbCommand)

Class constructor. Initializes a new instance of the AdoDotNetSchemaReader class with IDataReader and IDbCommand objects.

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

Syntax

'Declaration
Public Sub New ( _
    dataReader As IDataReader, _
    command As IDbCommand _
)
public AdoDotNetSchemaReader(
    IDataReader dataReader,
    IDbCommand command
)
public:
AdoDotNetSchemaReader(
    IDataReader^ dataReader, 
    IDbCommand^ command
)
new : 
        dataReader:IDataReader * 
        command:IDbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    dataReader : IDataReader, 
    command : IDbCommand
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace