DbDataAdapter.CreateRowUpdatedEvent Yöntem

Tanım

RowUpdatedEventArgs sınıfının yeni bir örneğini başlatır.

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

Parametreler

dataRow
DataRow

DataRow Veri kaynağını güncelleştirmek için kullanılır.

command
IDbCommand

IDbCommand sırasında Update(DataSet)yürütülen.

statementType
StatementType

Komutun UPDATE, INSERT, DELETE veya SELECT deyimi olup olmadığı.

tableMapping
DataTableMapping

Bir DataTableMapping nesnesi.

Döndürülenler

RowUpdatedEventArgs

sınıfının yeni bir RowUpdatedEventArgs örneği.

Uygulayanlara Notlar

Türetilmiş bir sınıfta geçersiz kıldığınızda CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) , temel sınıfın CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) yöntemini çağırdığınızdan emin olun.

Şunlara uygulanır

Ayrıca bkz.