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

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

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

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

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.

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

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

Initializes a new instance of the BigQueryRowUpdatingEventArgs class.
public BigQueryRowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data
dataRow System.Data.DataRow The DataRow sent throught an Update.
command IDbCommand A BigQueryCommand being executed when Update is called.
statementType StatementType A StatementType enumeration value indicating the type of the statement being executed.
tableMapping System.Data.Common.DataTableMapping The DataTableMapping sent through an Update.
Результат System.Data