DbDataAdapter.CreateRowUpdatingEvent Yöntem

Tanım

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

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

Parametreler

dataRow
DataRow

DataRow Veri kaynağını güncelleştiren.

command
IDbCommand

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

statementType
StatementType

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

tableMapping
DataTableMapping

Bir DataTableMapping nesnesi.

Döndürülenler

RowUpdatingEventArgs

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

Uygulayanlara Notlar

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

Şunlara uygulanır

Ayrıca bkz.