共用方式為


OracleRowUpdatingEventArgs 建構函式

定義

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

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

參數

row
DataRow

要更新的 DataRow

command
IDbCommand

要在更新期間執行的 IDbCommand

statementType
StatementType

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

tableMapping
DataTableMapping

透過更新傳送的 DataTableMapping

適用於