Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AdoDotNetSchemaReader class with a data reader 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 _
)
public AdoDotNetSchemaReader(
DbDataReader reader
)
public:
AdoDotNetSchemaReader(
DbDataReader^ reader
)
new :
reader:DbDataReader -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
reader : DbDataReader
)
Parameters
- reader
Type: System.Data.Common.DbDataReader
A DbDataReader object containing the result set and the schema.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.