Sdílet prostřednictvím


AdoDotNetSchemaReader – konstruktor (DbDataReader, DbCommand)

Inicializuje novou instanci AdoDotNetSchemaReader třídy s datový objekt čtecího zařízení a datový objekt příkazu.

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 AdoDotNetSchemaReader(
    DbDataReader reader,
    DbCommand command
)
public:
AdoDotNetSchemaReader(
    DbDataReader^ reader, 
    DbCommand^ command
)
new : 
        reader:DbDataReader * 
        command:DbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    reader : DbDataReader, 
    command : DbCommand
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

AdoDotNetSchemaReader Třída

AdoDotNetSchemaReader – přetížení

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