Bagikan melalui


SqlRowUpdatingEventArgs Konstruktor

Definisi

Menginisialisasi instans baru kelas SqlRowUpdatingEventArgs.

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

Parameter

command
IDbCommand

untuk IDbCommand mengeksekusi selama Update(DataSet).

statementType
StatementType

Salah StatementType satu nilai yang menentukan jenis kueri yang dijalankan.

tableMapping
DataTableMapping

yang DataTableMapping dikirim melalui Update(DataSet).

Berlaku untuk