OdbcRowUpdatingEventArgs Construtor

Definição

Inicializa uma nova instância da OdbcRowUpdatingEventArgs classe.

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

Parâmetros

row
DataRow

A DataRow atualização para atualizar.

command
IDbCommand

O OdbcCommand para executar durante a operação de atualização.

statementType
StatementType

Um dos StatementType valores que especifica o tipo de consulta executada.

tableMapping
DataTableMapping

Enviaram DataTableMapping através Update(DataSet)de .

Aplica-se a