DbCommandDefinition Konstruktoren

Definition

Initialisiert eine neue Instanz der DbCommandDefinition-Klasse.

Überlädt

Name Beschreibung
DbCommandDefinition()

Initialisiert eine neue Instanz der DbCommandDefinition-Klasse.

DbCommandDefinition(DbCommand)

Initialisiert eine neue Instanz der Klasse mithilfe der DbCommandDefinition angegebenen DbCommand.

DbCommandDefinition()

Initialisiert eine neue Instanz der DbCommandDefinition-Klasse.

protected:
 DbCommandDefinition();
protected DbCommandDefinition();
Protected Sub New ()

Hinweise

Der parameterlose Konstruktor wird von Klassen verwendet, die von DbCommandDefinition.

Gilt für:

DbCommandDefinition(DbCommand)

Initialisiert eine neue Instanz der Klasse mithilfe der DbCommandDefinition angegebenen DbCommand.

protected:
 DbCommandDefinition(System::Data::Common::DbCommand ^ prototype);
protected DbCommandDefinition(System.Data.Common.DbCommand prototype);
new System.Data.Common.DbCommandDefinition : System.Data.Common.DbCommand -> System.Data.Common.DbCommandDefinition
Protected Sub New (prototype As DbCommand)

Parameter

prototype
DbCommand

Der bereitgestellte DbCommand.

Hinweise

Die bereitgestellte DbCommand Muss implementieren ICloneable; andernfalls wird eine ProviderIncompatibleException ausgelöst.

Dieser Konstruktor wird von Klassen verwendet, die von DbCommandDefinition.

Gilt für: