Freigeben über


AdomdDataAdapter-Konstruktor

Initializes a new instance of the AdomdDataAdapter class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode AdomdDataAdapter() () () () Initializes a new instance of the AdomdDataAdapter class with default values.
Öffentliche Methode AdomdDataAdapter(AdomdCommand) Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
Öffentliche Methode AdomdDataAdapter(String, AdomdConnection) Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.
Öffentliche Methode AdomdDataAdapter(String, String) Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.

Zum Anfang