AdoDotNetReader, constructeur (DbDataReader, DbCommand)
Initialise une instance paramétrée de la classe d' AdoDotNetReader avec un objet lecteur de données d' ADO.NET et un objet de commande.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- reader
Type : System.Data.Common.DbDataReader
Un objet d' DbDataReader avec lequel la classe est initialisée.
- command
Type : System.Data.Common.DbCommand
Un objet d' DbCommand avec lequel la classe est initialisée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms