SqlRowUpdatedEventArgs Konstruktor

Definice

Inicializuje novou instanci SqlRowUpdatedEventArgs třídy .

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)

Parametry

row
DataRow

Odeslaný DataRow prostřednictvím .Update(DataSet)

command
IDbCommand

Provede se IDbCommand při Update(DataSet) zavolání.

statementType
StatementType

Jedna z StatementType hodnot, která určuje typ spuštěného dotazu.

tableMapping
DataTableMapping

Odeslaný DataTableMapping prostřednictvím .Update(DataSet)

Platí pro

Viz také