Sdílet prostřednictvím


AdoDotNetReader – konstruktor (DbDataReader, DbCommand)

Inicializuje parametry instance AdoDotNetReader třídy s datový objekt čtecího zařízení a příkaz objekt.

Obor názvů:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetReader Třída

AdoDotNetReader – přetížení

Microsoft.VisualStudio.Data.Framework.AdoDotNet – obor názvů