C# Class DevExpress.DataAccess.BigQuery.BigQueryRowUpdatedEventArgs

Provides data for the RowUpdated event.
Inheritance: System.Data.Common.RowUpdatedEventArgs
Mostrar archivo Open project: DevExpress/BigQueryProvider

Public Methods

Method Description
BigQueryRowUpdatedEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping ) : System.Data

Initializes a new instance of the BigQueryRowUpdatedEventArgs class.

Method Details

BigQueryRowUpdatedEventArgs() public method

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.
return System.Data