OdbcRowUpdatedEventArgs Konstruktor

Definition

Initierar en ny instans av OdbcRowUpdatedEventArgs klassen.

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

Parametrar

row
DataRow

Skickas DataRow via en uppdateringsåtgärd.

command
IDbCommand

Den OdbcCommand som körs när Update(DataSet) anropas.

statementType
StatementType

Ett av de StatementType värden som anger vilken typ av fråga som körs.

Gäller för