SqlRowUpdatedEventArgs Konstruktor

Definition

Initierar en ny instans av SqlRowUpdatedEventArgs klassen.

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)

Parametrar

row
DataRow

Skickas DataRow via en Update(DataSet).

command
IDbCommand

Den IDbCommand 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.

tableMapping
DataTableMapping

Skickas DataTableMapping via en Update(DataSet).

Gäller för

Se även