SqlRowUpdatedEventArgs 建構函式

定義

初始化 SqlRowUpdatedEventArgs 類別的新執行個體。

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

參數

row
DataRow

他們 DataRow 透過一個 Update(DataSet).

command
IDbCommand

IDbCommand執行時間何時Update(DataSet)被召喚。

statementType
StatementType

StatementType其中一個值是指定所執行查詢類型的。

tableMapping
DataTableMapping

他們 DataTableMapping 透過一個 Update(DataSet).

適用於

另請參閱