C# Класс DevExpress.DataAccess.BigQuery.BigQueryRowUpdatedEventArgs

Provides data for the RowUpdated event.
Наследование: System.Data.Common.RowUpdatedEventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
BigQueryRowUpdatedEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data

Initializes a new instance of the BigQueryRowUpdatedEventArgs class.

Описание методов

BigQueryRowUpdatedEventArgs() публичный Метод

Initializes a new instance of the BigQueryRowUpdatedEventArgs class.
public BigQueryRowUpdatedEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data
dataRow System.Data.DataRow The DataRow sent throught an Update.
command IDbCommand A BigQueryCommand that has been executed as a result of calling Update.
statementType StatementType A StatementType enumeration value indicating the type of the executed statement.
tableMapping System.Data.Common.DataTableMapping The DataTableMapping sent through an Update.
Результат System.Data