Udostępnij za pośrednictwem


OracleRowUpdatingEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

row
DataRow

Element DataRow do aktualizacji.

command
IDbCommand

Element IDbCommand do wykonania podczas aktualizacji.

statementType
StatementType

StatementType Jedna z wartości określających typ wykonanego zapytania.

tableMapping
DataTableMapping

Wiadomość wysłana DataTableMapping za pośrednictwem aktualizacji.

Dotyczy