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.
Class constructor. Initializes a new instance of the AdoDotNetSchemaReader class with IDataReader and IDbCommand objects.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Sub New ( _
dataReader As IDataReader, _
command As IDbCommand _
)
public AdoDotNetSchemaReader(
IDataReader dataReader,
IDbCommand command
)
public:
AdoDotNetSchemaReader(
IDataReader^ dataReader,
IDbCommand^ command
)
new :
dataReader:IDataReader *
command:IDbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
dataReader : IDataReader,
command : IDbCommand
)
Parameters
- dataReader
Type: System.Data.IDataReader
IDataReader object containing the data result set, plus schema.
- command
Type: System.Data.IDbCommand
IDbCommand object encapsulating the command executed against the data source, which allows the implementation of the Terminate method to call Cancel on the command.
.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.