Partilhar via


Construtor AdoDotNetReader (DbDataReader, DbCommand)

Inicializa uma instância da classe com parâmetros de AdoDotNetReader com um objeto leitor de dados de ADO.NET e um objeto de comando.

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

Sintaxe

'Declaração
Public Sub New ( _
    reader As DbDataReader, _
    command As DbCommand _
)
public AdoDotNetReader(
    DbDataReader reader,
    DbCommand command
)
public:
AdoDotNetReader(
    DbDataReader^ reader, 
    DbCommand^ command
)
new : 
        reader:DbDataReader * 
        command:DbCommand -> AdoDotNetReader
public function AdoDotNetReader(
    reader : DbDataReader, 
    command : DbCommand
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetReader Classe

Sobrecargas AdoDotNetReader

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet