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

'宣言
Public Sub New ( _
    dataReader As IDataReader, _
    command As IDbCommand _
)
'使用
Dim dataReader As IDataReader
Dim command As IDbCommand

Dim instance As New AdoDotNetSchemaReader(dataReader, _
    command)
public AdoDotNetSchemaReader(
    IDataReader dataReader,
    IDbCommand command
)
public:
AdoDotNetSchemaReader(
    IDataReader^ dataReader, 
    IDbCommand^ command
)
public function AdoDotNetSchemaReader(
    dataReader : IDataReader, 
    command : IDbCommand
)

Parameters

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

AdoDotNetSchemaReader Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace