Share via


AdoDotNetSchemaReader Constructor (DbDataReader, DbCommand)

Initializes a new instance of the AdoDotNetSchemaReader class with a data reader object and a data command object.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace