DbDataAdapter.CreateRowUpdatedEvent Methode

Definition

Initialisiert eine neue Instanz der RowUpdatedEventArgs-Klasse.

protected:
 virtual System::Data::Common::RowUpdatedEventArgs ^ CreateRowUpdatedEvent(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
protected:
 abstract System::Data::Common::RowUpdatedEventArgs ^ CreateRowUpdatedEvent(System::Data::DataRow ^ dataRow, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
protected virtual System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
protected virtual System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
protected abstract System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
abstract member CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
override this.CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
abstract member CreateRowUpdatedEvent : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Common.RowUpdatedEventArgs
Protected Overridable Function CreateRowUpdatedEvent (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs
Protected MustOverride Function CreateRowUpdatedEvent (dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatedEventArgs

Parameter

dataRow
DataRow

Wird DataRow verwendet, um die Datenquelle zu aktualisieren.

command
IDbCommand

Die IDbCommand ausführung während der Update(DataSet).

statementType
StatementType

Gibt an, ob der Befehl eine UPDATE-, INSERT-, DELETE- oder SELECT-Anweisung ist.

tableMapping
DataTableMapping

Ein DataTableMapping-Objekt.

Gibt zurück

Eine neue Instanz der RowUpdatedEventArgs-Klasse.

Hinweise für Ausführende

Achten Sie beim Überschreiben CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) in einer abgeleiteten Klasse darauf, die Methode der Basisklasse CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) aufzurufen.

Gilt für:

Weitere Informationen