Aracılığıyla paylaş


OdbcRowUpdatedEventArgs Oluşturucu

Tanım

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

public:
 OdbcRowUpdatedEventArgs(System::Data::DataRow ^ row, System::Data::IDbCommand ^ command, System::Data::StatementType statementType, System::Data::Common::DataTableMapping ^ tableMapping);
public OdbcRowUpdatedEventArgs (System.Data.DataRow row, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
public OdbcRowUpdatedEventArgs (System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
new System.Data.Odbc.OdbcRowUpdatedEventArgs : System.Data.DataRow * System.Data.IDbCommand * System.Data.StatementType * System.Data.Common.DataTableMapping -> System.Data.Odbc.OdbcRowUpdatedEventArgs
Public Sub New (row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)

Parametreler

row
DataRow

Bir DataRow güncelleştirme işlemi aracılığıyla gönderilen.

command
IDbCommand

OdbcCommand çağrıldığında Update(DataSet) yürütülen.

statementType
StatementType

StatementType Yürütülen sorgunun türünü belirten değerlerden biri.

tableMapping
DataTableMapping

aracılığıyla DataTableMappingUpdate(DataSet)gönderilen.

Şunlara uygulanır